Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / html / details-element-render-inline-crash.html
blob1e4c7c6128ad98cff758db1cba2d55eb9e531887
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 </head>
8 <body>
9 <style>
10 .control { display: inline; }
11 </style>
12 PASS<details class="control"><p><a></p></details>
13 </body>
14 </html>