2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / comment-document-fragment.html
blobd1745dedb926d24845be46bd8cc8d3523a0405d1
1 <!-- this comment should show up as the
2 first child of the HTML element in the DOM.
3 the document should also say "SUCESS",
4 if you don't see SUCESS then the DOM was
5 not built correctly because of this comment -->
6 <script>
7 if (window.layoutTestController)
8 layoutTestController.dumpAsText();
9 </script>
10 SUCESS