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-isolate-nested-first-child-text.html
blob
22c103a6b1cb45f28ce5cdf102b578d533a703b4
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
/>
5
<style>
6
.isolate {
7
unicode-bidi: -webkit-isolate;
8
}
9
</style>
10
</head>
11
<body>
12
<span
class
=
"isolate"
>
First Text
13
<span
class
=
"isolate"
>
א
-
></span>
Second Text
14
<span
class
=
"isolate"
>
א
-<
</span>
15
</span>
16
</body>
17
</html>