Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / rtl-mark2.html
blob7b49e48da8fbebf321ec23b46f52c18e83702d28
1 <html>
2 <body>
3 <p id="content">
4 &#x202e;&#xa60;&#x4e0c;&#x6103;&#x6201;&#x701b;&#x408c;&#x660;&#x1b01;&#x3804;
5 &#xc580;&#x2c03;&#xb1e6;&#x8034;&#xa009;&#xe100;&#x8653;&#x268e;&#x3801;&#xce48;
6 &#x339;&#x4003;&#xb220;&#x241;&#x9c80;&#x600;&#xacc2;&#x4005;&#xf00b;&#xa928;
7 </p>
8 <script>
9 if (window.testRunner)
10 testRunner.dumpAsText();
12 // Add the PASS node, which will force a layout (which hangs without the fix).
13 document.body.appendChild(document.createTextNode("PASS: does not hang"));
14 // Remove the actual BiDi content, to keep the expectations file clean.
15 document.getElementById("content").innerHTML = "";
16 </script>
17 </body>
18 </html>