Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
parser
/
entity-comment-in-script-tricky.html
blob: 218a8d5999479710b7a9a68490fd62bde89574d3 [
file
] [
log
] [
blame
]
<html>
<body>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
// <!--
</script>
-->
document.write('This should not invoke document.write.');
</script>
</body>
</html>