3 testRunner
.dumpAsText();
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>