gecko/layout/reftests/bidi/unicode-bidi-plaintext.html

25 lines
350 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<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>
</body>
</html>