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

Side by Side Diff: LayoutTests/fast/multicol/old/layers-split-across-columns.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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 body { overflow: hidden; } 4 body { overflow: hidden; }
5 .container { display:inline-block; width:220px; } 5 .container { display:inline-block; width:220px; }
6 .multicol { -moz-column-width:100px; -moz-column-gap:10px; -webkit-column-width: 100px; -webkit-column-gap:10px; column-width:100px; column-gap:10px; column-fill :auto; height:300px; border:5px solid black; } 6 .multicol { -moz-column-width:100px; -moz-column-gap:10px; -webkit-column-width: 100px; -webkit-column-gap:10px; column-width:100px; column-gap:10px; column-fill :auto; height:300px; border:5px solid black; }
7 .block { width:100px; height:100px } 7 .block { width:100px; height:100px }
8 .block:hover { background-color: maroon !important; } 8 .block:hover { background-color: maroon !important; }
9 .layer { height:400px; width:100px } 9 .layer { height:400px; width:100px }
10 .line2 { position: absolute; top: 343px; left: 8px; } 10 .line2 { position: absolute; top: 343px; left: 8px; }
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 <div class="block" style="display:inline-block; background-color:black"></div> 62 <div class="block" style="display:inline-block; background-color:black"></div>
63 <div style="opacity:0.99;" class="layer"> 63 <div style="opacity:0.99;" class="layer">
64 <div class="block" style="background-color: #0000f0"></div> 64 <div class="block" style="background-color: #0000f0"></div>
65 <div class="block" style="background-color: #0000d0"></div> 65 <div class="block" style="background-color: #0000d0"></div>
66 <div class="block" style="background-color: #0000b0"></div> 66 <div class="block" style="background-color: #0000b0"></div>
67 <div class="block" style="background-color: #000090"></div> 67 <div class="block" style="background-color: #000090"></div>
68 </div> 68 </div>
69 <div class="block" style="display:inline-block; background-color:black"></div> 69 <div class="block" style="display:inline-block; background-color:black"></div>
70 </div> 70 </div>
71 </div> 71 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/old/layers-in-multicol.html ('k') | LayoutTests/fast/multicol/old/margin-collapse.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698