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
/
text
/
word-space-nbsp-expected.html
blob
7a28bafbf89d29ba855c4b1c5574d0daee4ca58e
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style
type
=
"text/css"
>
5
div
{
6
word-spacing
:
20px
;
7
float
:
left
;
8
border
:
solid
;
9
clear
:
both
;
10
}
11
</style>
12
</head>
13
<body>
14
<p>
The lines below should be the same width.
</p>
15
<div>
a
b
</div>
16
<div>
a
b
</div>
17
</body>
18
</html>
19