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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content-expected.html

Issue 263083009: [New Multicolumn] Make fast/multicol/overflow-content.html pass in the new implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase master 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 <style> 1 <style>
2 div.test { 2 div.test {
3 -webkit-logical-width: 100px; 3 -webkit-logical-width: 100px;
4 -webkit-border-before: 5px solid; 4 -webkit-border-before: 5px solid;
5 -webkit-border-after: 15px solid; 5 -webkit-border-after: 15px solid;
6 -webkit-column-count: 2; 6 -webkit-column-count: 2;
7 -webkit-column-gap: 0; 7 -webkit-column-gap: 0;
8 column-count: 2; 8 column-count: 2;
9 column-gap: 0; 9 column-gap: 0;
10 column-fill: auto; 10 column-fill: auto;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 <div class="container"> 64 <div class="container">
65 <div class="test"> 65 <div class="test">
66 <div style="-webkit-logical-height: 10px;"></div> 66 <div style="-webkit-logical-height: 10px;"></div>
67 <div style="-webkit-column-break-before: always; -webkit-logical-hei ght: 10px;"> 67 <div style="-webkit-column-break-before: always; -webkit-logical-hei ght: 10px;">
68 <div style="-webkit-logical-height: 100px; background-color: yel low;"></div> 68 <div style="-webkit-logical-height: 100px; background-color: yel low;"></div>
69 </div> 69 </div>
70 <div style="-webkit-logical-height: 20px;"></div> 70 <div style="-webkit-logical-height: 20px;"></div>
71 </div> 71 </div>
72 </div> 72 </div>
73 </div> 73 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698