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
/
inline-block-with-mixed-direction-words.html
blob
4fc7092f76e6b83abb1a78e1a167e00802c1574d
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
span {
6
display: inline-block;
7
font: menu;
8
background: pink;
9
line-height:
1.5
em;
10
position: absolute;
11
top:
50
px;
12
border:
1
px solid white;
13
}
14
</style>
15
</head>
16
<body>
17
<p>
18
The pink background should extend the full width of the
19
two blocks.
20
</p>
21
<span>
AB
اب
</span>
22
<span>
12
ا
|
ب
:
</span>
23
</body>
24
</html>