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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
word-spacing-inline-box-line-width-expected.html
blob
9936c1e8e3e41a1ca6acbecb9ec45024c313d3d6
1
<!DOCTYPE
html
>
2
<style>
3
#container {
4
position: relative;
5
width:
300
px;
6
height:
300
px;
7
border: solid
1
px red;
8
}
9
10
#right-align-block {
11
position: absolute;
12
right:
0
;
13
word-spacing:
10
px;
14
}
15
</style>
16
<div
id
=
"container"
>
17
<div
id
=
"right-align-block"
>
18
<span>
AAAAA
</span>
19
<span
style
=
"display:inline-block"
>
BBBBB
</span>
20
<span>
CCCCC
</span>
21
</div>
22
</div>
23
This test passes if the texts are aligned right, without overflowing.