Sign in
webkit
/
WebKit
/
4998104f692eb1d9136695fb6ec92704feed5358
/
.
/
LayoutTests
/
jquery
/
resources
/
test
/
data
/
test2.html
blob: 1df6151a0c5f345854193ebb5051dc45983d00da [
file
] [
log
] [
blame
]
<script
type
=
"text/javascript"
>
var
testFoo
=
"foo"
;
jQuery
(
'#foo'
).
html
(
'foo'
);
ok
(
true
,
"test2.html executed"
);
</script>