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