Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / nested-bidi-isolate-crash.html
blob71298174cb60917c30d51e20988d356aadc14ba2
1 <!DOCTYPE html>
2 <p>This tests nesting two spans with -webkit-isolate followed by a br. The test passes if WebKit doesn't crash.</p>
3 <span style="unicode-bidi:-webkit-isolate;"><span style="unicode-bidi:-webkit-isolate;">a</span></span><br>
4 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
9 </script>