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
/
block
/
float
/
avoid-floats-with-negative-margins-expected.html
blob
dfa77902ede5bf743f3ed84b3f049d5903397703
1
<!DOCTYPE
HTML
>
2
<style>
3
body { margin:
0
px; }
4
#container { width:
200
px; height:
100
px; background-color: green; }
5
</style>
6
<body>
7
<p>
There should be no red.
</p>
8
<div
id
=
"container"
>
9
</div>
10
11