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-nested-isolate-neutral-expected.html
blob
4aa3e5713a006d361592a3e9fe1fd3613b87f30c
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
</style>
16
</head>
17
<body>
18
<div
class
=
"ref"
>
19
<span
dir
=
"ltr"
>
א
-
></span>
20
== == ==
>
21
<span
dir
=
"ltr"
>
א
== ===
</span>
22
<span>
Text
</span>
23
<span>
א
</span>
24
</div>
25
</body>
26
</html>