repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
international
/
unicode-bidi-plaintext-inline-around-inline-isolate-expected.html
blob
b9c8f5010fa086aa14206fd219bb4126d5ff802f
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
/>
5
<style>
6
body {
7
font-size:
2
em;
8
text-align:left;
9
}
10
.ref {
11
border: medium solid gray;
12
padding:
10
px;
13
margin:
20
px;
14
}
15
.plaintext {
16
unicode-bidi: -webkit-plaintext;
17
}
18
.isolate {
19
unicode-bidi: -webkit-isolate;
20
}
21
</style>
22
</head>
23
<body>
24
<div
class
=
"ref"
>
25
א
-
>
== == ==
>
‎
26
<span
dir
=
"rtl"
>
ב
-
>
== == ==
></span>
27
</div>
28
</body>
29
</html>