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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content.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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <script>
2 if (window.internals)
3 internals.settings.setRegionBasedColumnsEnabled(true);
4 </script>
1 <style> 5 <style>
2 div.test { 6 div.test {
3 -webkit-logical-width: 100px; 7 -webkit-logical-width: 100px;
4 -webkit-border-before: 5px solid; 8 -webkit-border-before: 5px solid;
5 -webkit-border-after: 15px solid; 9 -webkit-border-after: 15px solid;
6 -webkit-column-count: 2; 10 -webkit-column-count: 2;
7 -webkit-column-gap: 0; 11 -webkit-column-gap: 0;
8 column-count: 2; 12 column-count: 2;
9 column-gap: 0; 13 column-gap: 0;
10 column-fill: auto; 14 column-fill: auto;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 <div class="container"> 68 <div class="container">
65 <div class="test"> 69 <div class="test">
66 <div style="-webkit-logical-height: 10px;"></div> 70 <div style="-webkit-logical-height: 10px;"></div>
67 <div style="-webkit-column-break-before: always; -webkit-logical-hei ght: 10px;"> 71 <div style="-webkit-column-break-before: always; -webkit-logical-hei ght: 10px;">
68 <div style="-webkit-logical-height: 100px; background-color: yel low;"></div> 72 <div style="-webkit-logical-height: 100px; background-color: yel low;"></div>
69 </div> 73 </div>
70 <div style="-webkit-logical-height: 20px;"></div> 74 <div style="-webkit-logical-height: 20px;"></div>
71 </div> 75 </div>
72 </div> 76 </div>
73 </div> 77 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698