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

Side by Side Diff: LayoutTests/fast/sub-pixel/column-clipping.html

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put changes to problematic files (for the bots) back in. Created 7 years, 2 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 <style> 3 <style>
4 body > div { 4 body > div {
5 -webkit-column-count: 2; 5 -webkit-column-count: 2;
6 column-count: 2;
7 column-fill: auto;
6 width: 51px; 8 width: 51px;
7 position: absolute; 9 position: absolute;
8 left: 0px; 10 left: 0px;
9 top: 0px; 11 top: 0px;
10 } 12 }
11 div > div { 13 div > div {
12 width: 10px; 14 width: 10px;
13 height: 10px; 15 height: 10px;
14 background-color: green; 16 background-color: green;
15 border: 1px solid black; 17 border: 1px solid black;
16 position: relative; 18 position: relative;
17 } 19 }
18 </style> 20 </style>
19 <body> 21 <body>
20 <div> 22 <div>
21 <div></div> 23 <div></div>
22 <div></div> 24 <div></div>
23 </div> 25 </div>
24 </body> 26 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/multicol-repaint.html ('k') | LayoutTests/webexposed/css-properties-as-js-properties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698