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
/
remove-parser-current-node.html
blob
1eb07f5f4896257a47def54a9abe2502dd0f1fa6
1
<script>if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
2
<body
id
=
"body"
>
3
<p>
4
<script>
document
.
getElementById
(
"body"
).
innerHTML
=
"If you can read this text, and the browser didn't crash, then we successfully removed the parser's current node."
;
</script>
5
<table>
6
</table>
7
</body>