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