Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / bidi-isolate-embedding-crash.html
bloba0b24cbd30b1c588f1d73c0b698d9cb118624478
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <!-- In debug builds, this would ASSERT while trying to find the first bidi-participating
6 object on the line. We'd scan, find the explicit LTR embed char implied by the
7 outer span, add that to the explicit-embeding stack, then walk into the isolate
8 and find our first bidi object on the line (the PASS... text node). But, right before
9 returning that we'd try to commit the open embedings, and ASSERT, as the PASS is
10 inside the isolate and is not affected by the outer embeddings.
11 https://bugs.webkit.org/show_bug.cgi?id=76574 -->
12 <span style="unicode-bidi: embed;"><bdi dir="rtl">PASS if did not crash.</bdi></span>