Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / line-layout / crash-in-isolate-with-positioned-child.html
blob79d8be8f32280da6e63aee6fe8361d73f6675065
1 <!DOCTYPE html>
2 <html>
3 <body>
4 This tests that a positioned object as the only child of an isolated inline doesn't crash. See https://bugs.webkit.org/show_bug.cgi?id=77786 for details.
5 <span style="unicode-bidi:-webkit-isolate;"><div style="position:absolute;"></div></span>
6 </body>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 </html>