Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / negative-margin-on-element-avoiding-floats-with-margin-on-parent-expected.txt
blobe0dcf814748f668f08912a0567e591e2289363a8
1 A box with negative margin should drop it in order to fit next to floats rather than push below the floats. It should drop the margin even when there is margin available in the containing block for the box to expand into. The behaviour here is not defined by CSS2.1 so this behaviour is for compatibility with IE and FF. IE expands the table into the margin of the parent, FF does not. We match FF. Presto expanded all the boxes into parent's margin.
3 float
4 margin-left:-200px; overflow:auto;
5 PASS
6 float
7 margin-left:-200px; overflow:hidden;
8 PASS
9 float
10 margin-left:0; overflow:auto;
11 PASS
12 float
13 margin-left:-200px; overflow:visible;
14 PASS
15 float
16 margin-left:-200px; display:table; blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
17 PASS