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