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