Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / remove-node-stack.html
blobfd244e24ac1edc2f2ec1287bca3f241f403861f0
1 <html>
2 <body>
3 <div><div>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
8 document.body.innerHTML = "If you can read this text, and the browser didn't crash, then we successfully removed the nodes in the parser's node stack.";
9 </script>
10 </div></div>
11 </body>
12 </html>