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
/
shapes
/
shape-outside-floats
/
shape-outside-floats-outermost-expected.html
blob
c95e346c9144ab13d6a16cd3a9cfd83f0366b19f
1
<!DOCTYPE
html
>
2
<style>
3
.container {
4
line-height:
100
px;
5
font:
100
px/
1
Ahem;
6
}
7
.short {
8
float: left;
9
width:
50
px;
10
height:
20
px;
11
clear: left;
12
margin-bottom:
10
px;
13
background-color: black;
14
}
15
</style>
16
<body>
17
<div
class
=
"container"
>
18
<div
class
=
"short"
></div>
19
<div
class
=
"short"
></div>
20
<div
class
=
"short"
></div>
21
XXXX
22
</div>
23
</body>
24