Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / composited-relpos-overlapping-will-change-expected.html
blobd4c8e0acecb4a252bf2aff6aae56f6c4f511885a
1 <!DOCTYPE html>
2 <p>The word 'PASS' should be seen <em>twice</em> below.</p>
3 <div style="width:35em; height:13em; line-height:2em;">
4 <div style="position:absolute; z-index:-1; left:0; right:0; height:8em; background:yellow;"></div>
5 <div style="float:left; width:12em; height:100%;"></div>
6 <div style="float:left; width:11em; height:100%;">
7 <br>
8 <br>
9 <br>
10 <br>
11 <br>
12 <div style="margin:0.5em;">PASS</div>
13 </div>
14 <div style="float:left; width:1em; height:100%;"></div>
15 <div style="float:left; width:11em; height:100%;">
16 <div style="margin:0 0.5em;">PASS</div>
17 </div>
18 </div>