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

Side by Side Diff: LayoutTests/fast/multicol/old/mixed-opacity-fixed-test.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 <script> 1 <script>
2 internals.settings.setRegionBasedColumnsEnabled(true) 2 internals.settings.setRegionBasedColumnsEnabled(true)
3 </script> 3 </script>
4 <div style="position:relative; -webkit-column-count:2; -webkit-column-width:200p x; -webkit-column-gap:20px; column-count:2; column-width:200px; column-gap:20px; column-fill:auto; width:420px; height:200px; border:2px solid black;"> 4 <div style="position:relative; -webkit-column-count:2; -webkit-column-width:200p x; -webkit-column-gap:20px; column-count:2; column-width:200px; column-gap:20px; column-fill:auto; width:420px; height:200px; border:2px solid black;">
5 <div style="opacity:0.5"> 5 <div style="opacity:0.5">
6 <div style="height:400px;background-color:green"></div> 6 <div style="height:400px;background-color:green"></div>
7 <div style="position:fixed;height:98px;width:98px;background-color:lightgray; le ft:170px; top:220px;background-color:green;border:1px solid lime"> 7 <div style="position:fixed;height:98px;width:98px;background-color:lightgray; le ft:170px; top:220px;background-color:green;border:1px solid lime">
8 </div> 8 </div>
9 </div> 9 </div>
10 </div> 10 </div>
11 </div> 11 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698