Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Side by Side Diff: LayoutTests/fast/multicol/old/mixed-positioning-stacking-order-expected.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <div style="height:200px;border:5px solid black;position:relative;width:210px"> 3 <div style="height:200px;border:5px solid black;position:relative;width:210px">
4 <div style="width:210px;height:200px;background-color:purple;">3</div> 4 <div style="width:210px;height:200px;background-color:purple;">3</div>
5 <div style="position:absolute;background-color:gold;left:55px;top:0px;height:200 px;width:100px">2</div> 5 <div style="position:absolute;background-color:gold;left:55px;top:0px;height:200 px;width:100px">2</div>
6 <div style="position:absolute;background-color:lightblue;width:100px;height:100p x;left:0;bottom:0">1</div> 6 <div style="position:absolute;background-color:lightblue;width:100px;height:100p x;left:0;bottom:0">1</div>
7 <div style="position:absolute;background-color:lightblue;width:100px;left:110px; top:0;height:100px"></div> 7 <div style="position:absolute;background-color:lightblue;width:100px;left:110px; top:0;height:100px"></div>
8 </div> 8 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698