Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
fast
/
tokenizer
/
unterminated-quote-in-noscript.html
blob: 617fe6431c17aeaa09df4e4a0e42598564adf37c [
file
] [
log
] [
blame
]
<html>
<body>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<noscript>
<img
src
=
"about:blank"
alt
=
">
</noscript>
<div>
PASS: This text is visible.
</div>
</body>
</html>