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

Side by Side Diff: LayoutTests/fast/multicol/layers-split-across-columns.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 body { overflow: hidden; }
4 .container { display:inline-block; width:220px; } 5 .container { display:inline-block; width:220px; }
5 .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; }
6 .block { width:100px; height:100px } 7 .block { width:100px; height:100px }
7 .block:hover { background-color: maroon !important; } 8 .block:hover { background-color: maroon !important; }
8 .layer { height:400px; width:100px } 9 .layer { height:400px; width:100px }
9 .line2 { position: absolute; top: 343px; left: 8px; } 10 .line2 { position: absolute; top: 343px; left: 8px; }
10 </style> 11 </style>
11 <body> 12 <body>
12 13
13 <div class="container"> 14 <div class="container">
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 <div class="block" style="display:inline-block; background-color:black"></div> 62 <div class="block" style="display:inline-block; background-color:black"></div>
62 <div style="opacity:0.99;" class="layer"> 63 <div style="opacity:0.99;" class="layer">
63 <div class="block" style="background-color: #0000f0"></div> 64 <div class="block" style="background-color: #0000f0"></div>
64 <div class="block" style="background-color: #0000d0"></div> 65 <div class="block" style="background-color: #0000d0"></div>
65 <div class="block" style="background-color: #0000b0"></div> 66 <div class="block" style="background-color: #0000b0"></div>
66 <div class="block" style="background-color: #000090"></div> 67 <div class="block" style="background-color: #000090"></div>
67 </div> 68 </div>
68 <div class="block" style="display:inline-block; background-color:black"></div> 69 <div class="block" style="display:inline-block; background-color:black"></div>
69 </div> 70 </div>
70 </div> 71 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/layers-in-multicol.html ('k') | LayoutTests/fast/multicol/nested-columns.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698