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