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