| <html> |
| <body> |
| <p id="content"> |
| ‮੠丌愃戁瀛䂌٠ᬁ㠄 |
| 얀Ⰳ뇦耴ꀉ虓⚎㠁칈 |
| ̹䀃눠Ɂ鲀؀곂䀅ꤨ |
| </p> |
| <script> |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| |
| // Add the PASS node, which will force a layout (which hangs without the fix). |
| document.body.appendChild(document.createTextNode("PASS: does not hang")); |
| // Remove the actual BiDi content, to keep the expectations file clean. |
| document.getElementById("content").innerHTML = ""; |
| </script> |
| </body> |
| </html> |