Sign in
webkit
/
WebKit
/
f64820ba37606d7c880d16da6349920f48425859
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
should-not-have-loaded.html
blob: d7cc247f81cfbec21ee3e292daaa9417dc9bd7b3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<script
src
=
"/js-test-resources/js-test.js"
></script>
<body>
<script>
jsTestIsAsync
=
true
;
testFailed
(
"Should not have loaded"
);
finishJSTest
();
</script>
</body>
</html>