Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / comment-document-fragment.html
blob204b71bfbc679ca32f98fd07b0b2e100869db972
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.testRunner)
8 testRunner.dumpAsText();
9 </script>
10 SUCESS