Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
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>