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