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