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

Side by Side Diff: LayoutTests/fast/multicol/mixed-opacity-fixed-test-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
(Empty)
1 <div style="position:relative; width:420px; border:2px solid black; height:200px ">
2 <div style="opacity:0.5;position:relative">
3 <div style="height:200px;background-color:green;position:absolute;width:200px;le ft:0;top:0"></div>
4 <div style="height:200px;background-color:green;position:absolute;width:200px;ri ght:0;top:0"></div>
5 <div style="position:fixed;height:98px;width:98px;background-color:lightgray; le ft:170px; top:220px;background-color:green;border:1px solid lime">
6 </div>
7 </div>
8 </div>
9 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/mixed-opacity-fixed-test.html ('k') | LayoutTests/fast/multicol/mixed-opacity-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698