Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / counter-crash.html
blobaecd419ca7182f2309e896e17cbfbdc5336c2d45
1 <html>
2 <script>
3 window.onload = function()
5 if (window.testRunner)
6 testRunner.dumpAsText();
8 document.getElementById('content').innerHTML = "PASS: rendered counter nodes without crashing.";
10 </script>
11 <iframe src='resources/counter-crash-frame-src.html'>
12 </iframe>
13 <div id='content'>
14 FAIL
15 </div>
16 </html>