mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
378 B
HTML
18 lines
378 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
.plaintext {
|
|
unicode-bidi: -moz-plaintext;
|
|
unicode-bidi: -webkit-plaintext;
|
|
unicode-bidi: plaintext;
|
|
}
|
|
</style>
|
|
<title>unicode-bidi:plaintext on inline</title>
|
|
</head>
|
|
<body>
|
|
<div>[<span class="plaintext">:-) א</span>]: 100</div>
|
|
</body>
|
|
</html>
|