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-around-inline-plaintext-expected.html
blob
42eb6af92316b4b7c4c33285cfeba1dc930cf5f6
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
width:
400
px;
14
margin:
20
px;
15
}
16
.plaintext {
17
unicode-bidi: -webkit-plaintext;
18
}
19
</style>
20
</head>
21
<body>
22
<div
class
=
"ref"
>
23
א
-
>
‏
== == ==
>
‎
24
<div
dir
=
"rtl"
>
ב
-
>
== == ==
></div>
25
</div>
26
</body>
27
</html>