repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
parser
/
open-comment-in-script-tricky.html
blob
4c0671d69db09bc298b6b83d2cca0e1b3a07ae2d
1
<html>
2
<body>
3
<script>
4
if
(
window
.
testRunner
)
5
testRunner
.
dumpAsText
();
6
<!--
7
document
.
write
(
'This should invoke document.write.'
);
8
</script>
9
document.write('This should not invoke document.write.');
10
</body>
11
</html>