Sign in
webkit
/
WebKit
/
027d9947be7394fd875bd4e203a72ecbac14d842
/
.
/
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>