blob: f479607793f4ed557cec78165fb45a9e5c71d782 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<style>
body {
font-size:2em;
text-align:left;
}
.test {
border: medium solid gray;
padding: 10px;
margin: 20px;
}
.plaintext {
unicode-bidi: -webkit-plaintext;
}
.isolate {
unicode-bidi: -webkit-isolate;
}
</style>
</head>
<body>
<div class="test">
<div class="plaintext">
<span class="isolate">&#x05D0;-></span>
== == ==>
<span class="isolate">&#x05D0; == ===</span>
<span>Text</span>
<span>&#x05D0;</span>
</div>
</body>
</html>