mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
8bb94fa4a4
MozReview-Commit-ID: 1o2NEe8eiSX --HG-- extra : rebase_source : b09e931fc8e318ceda224fe9c02dd7931c75f8ed
16 lines
299 B
HTML
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">:-) א</span>]: 100</div>
|
|
</body>
|
|
</html>
|