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
/
css
/
word-spacing-inline-box-line-width.html
blob
88dc26be2a848a663875493e441d777fb3d2e553
1
<!DOCTYPE
html
>
2
<style>
3
#container {
4
width:
300
px;
5
height:
300
px;
6
border: solid
1
px red;
7
text-align: end;
8
word-spacing:
10
px;
9
}
10
</style>
11
<div
id
=
"container"
>
12
<span>
AAAAA
</span>
13
<span
style
=
"display:inline-block"
>
BBBBB
</span>
14
<span>
CCCCC
</span>
15
</div>
16
This test passes if the texts are aligned right, without overflowing.