Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bidi/746987-1.html

17 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">:-) &#x05d0;</span>]: 100</div>
</body>
</html>