gecko-dev/layout/reftests/bidi/unicode-bidi-plaintext.html
Xidorn Quan 8bb94fa4a4 Bug 1141895 part 2 - Use unprefixed unicode-bidi values in internal code. r=jfkthame
MozReview-Commit-ID: 1o2NEe8eiSX

--HG--
extra : rebase_source : b09e931fc8e318ceda224fe9c02dd7931c75f8ed
2016-06-30 16:25:31 +10:00

28 lines
354 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
div, pre { text-align: left; }
</style>
</head>
<body>
<div style="unicode-bidi: plaintext;">
!hello.
<br>
!שלום.
<br>
hello, לוי!
<br>
שלום, WebKit!
</div>
<pre dir="auto">
a
(
שלום, WebKit!
hello, לוי!
)
</pre>
</body>
</html>