Sign in
webkit
/
WebKit
/
027d9947be7394fd875bd4e203a72ecbac14d842
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
page-executing-javascript.html
blob: d74d00483fc32dd0e6cc4b0b779d4508e0120c0e [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<noscript>
Pass: JavaScript was not allowed to execute.
</noscript>
<p
id
=
"output"
></p>
<script>
document
.
getElementById
(
"output"
).
innerHTML
=
"Fail: JavaScript was allowed to execute."
;
</script>
</body>
</html>