haikuwebkit/LayoutTests/fast/text/international/rtl-white-space-pre-wrap.html

19 lines
1.9 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title></title>
</head>
<body>
<p>
This is a test for <i><a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=9670">http://bugzilla.opendarwin.org/show_bug.cgi?id=9670</a>
http://bugzilla.opendarwin.org/show_bug.cgi?id=9670</i>.
</p>
<p>
All text should be aligned with the right edge of its container and should not overflow.
</p>
<hr>
<div style="direction: rtl; text-decoration: underline; white-space: pre-wrap; font-family: 'Lucida Grande'; font-size: 24px; width: 191px; background: yellow;">אכלת פלפל? שתה מיץ!</div><br>
<textarea style="direction: rtl; text-decoration: underline; font-family: 'Lucida Grande'; font-size: 24px; width: 199px;">אכלת פלפל? שתה מיץ!</textarea><br>
<div contenteditable style="background: yellow; direction: rtl; text-decoration: underline; font-family: 'Lucida Grande'; font-size: 24px; width: 191px;">אכלת פלפל? שתה מיץ!</div>
</body>
</html>