summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/comment-document-fragment.html
blob: 204b71bfbc679ca32f98fd07b0b2e100869db972 (plain)
1
2
3
4
5
6
7
8
9
10
<!-- this comment should show up as the
     first child of the HTML element in the DOM.
     the document should also say "SUCESS",
     if you don't see SUCESS then the DOM was
     not built correctly because of this comment -->
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
SUCESS