gecko-dev/layout/reftests/bidi/746987-1.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

16 lines
299 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.plaintext {
unicode-bidi: plaintext;
}
</style>
<title>unicode-bidi:plaintext on inline</title>
</head>
<body>
<div>[<span class="plaintext">:-) &#x05d0;</span>]: 100</div>
</body>
</html>