haikuwebkit/LayoutTests/fast/text/international/rtl-mark.html

15 lines
250 B
HTML

<html>
<body>
<p>&#x200F;&#x628;&#x62D;&#x631;&#x6CC;&#x646;&#xA;</p>
<script>
// Force layout.
document.body.offsetTop;
if (window.testRunner)
testRunner.dumpAsText();
document.body.innerHTML = "PASS: does not hang";
</script>
</body>
</html>