<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
</head> | |
<body> | |
<div>This tests proper handling of unicode-bidi: plaintext. You should not see any red.</div> | |
<div style="unicode-bidi: -webkit-plaintext; unicode-bidi: -moz-plaintext; unicode-bidi: plaintext;"> | |
!hello. | |
<br> | |
!שלום. | |
<br> | |
hello, לוי! | |
<br> | |
שלום, WebKit! | |
</div> | |
<pre dir="auto"> | |
a | |
( | |
שלום, WebKit! | |
hello, לוי! | |
) | |
</pre> | |
</div> | |
</body> | |
</html> |