Sign in
webkit
/
WebKit
/
f6a2db0b6ffa1cbc502926e8c3265b2be2346307
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
should-have-loaded.html
blob: 0d4494bb615f32d7173d4d345b9201c59b73d695 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<script
src
=
"/js-test-resources/js-test.js"
></script>
<body>
<script>
jsTestIsAsync
=
true
;
testPassed
(
"Did the load"
);
finishJSTest
();
</script>
</body>
</html>