Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / vertical-lr / composited-relpos-overlapping-will-change-expected.html
blob5206c368a49134da2c15c4367cd8614a86c6f88c
1 <!DOCTYPE html>
2 <p>The word 'PASS' should be seen <em>twice</em> below.</p>
3 <div style="-webkit-writing-mode:vertical-lr; height:26em; width:13em; line-height:2em;">
4 <div style="position:absolute; z-index:-1; left:0; top:4em; width:10em; height:18em; background:yellow;"></div>
5 <div style="float:left; width:100%; height:9em;"></div>
6 <div style="float:left; width:100%; height:9em;">
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:100%; height:8em;">
15 <div style="margin:0.5em 0;">PASS</div>
16 </div>
17 </div>