Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / rtl-mark.html
blobd89f52632a248772c698c7f0f0a254d0809e1ebe
1 <html>
2 <body>
3 <p id="content">&#x200F;&#x628;&#x62D;&#x631;&#x6CC;&#x646;&#xA;</p>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
8 // Add the PASS node, which will force a layout (which hangs without the fix).
9 document.body.appendChild(document.createTextNode("PASS: does not hang"));
10 // Remove the actual BiDi content, to keep the expectations file clean.
11 document.getElementById("content").innerHTML = "";
12 </script>
13 </body>
14 </html>