chromium/third_party/blink/web_tests/svg/text/bidi-reorder-in-text-chunks.html

<!DOCTYPE html>
<meta charset="utf-8">
<p>Character orders of the following two paragraphs should be same.</p>
<pre style="font-size:32px; font-family:sans-serif;">
いろは &#x202e;ABC 123
DEF&#x202D; にほへ שלום</pre>

<svg xmlns="http://www.w3.org/2000/svg" height="640" width="480">
<text y="32" font-size="32" font-family="sans-serif">
いろは &#x202e;ABC 123 <tspan x="0" y="70">DEF&#x202D; にほへ שלום</tspan>
</text>