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-negative-top-margin-expected.html
blob
3d3483a3184d70f557567d73bc88ca4a132daf50
1
<!DOCTYPE
html
>
2
<style>
3
.container {
4
width:
150
px;
5
height:
50
px;
6
background-color: green;
7
}
8
</style>
9
<body>
10
<p>
You should see one green rectangle. You should not see any red.
</p>
11
<div
class
=
"container"
>
12
</div>
13
</body>