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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html

Issue 1429903003: Always lay out the flow thread when the multicol container is laid out. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback-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 <!DOCTYPE html>
2 <style>
3 body { overflow: hidden; } /* Disable auto-scrollbars, to hide crbug.com/534 751 */
4 </style>
1 <div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webk it-column-gap:0; columns:2; column-gap:0; column-fill:auto;"> 5 <div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webk it-column-gap:0; columns:2; column-gap:0; column-fill:auto;">
2 <div style="height: 55px;"></div> 6 <div style="height: 55px;"></div>
3 <table cellspacing=0 cellpadding=0> 7 <table cellspacing=0 cellpadding=0>
4 <tr> 8 <tr>
5 <td><div style="height: 50px; width: 25px;"></div></td> 9 <td><div style="height: 50px; width: 25px;"></div></td>
6 <td style="width:3em; background-color: orange;" valign=bottom>Text< /td> 10 <td style="width:3em; background-color: orange;" valign=bottom>Text< /td>
7 </tr> 11 </tr>
8 </table> 12 </table>
9 <div style="border-top: solid;"></div> 13 <div style="border-top: solid;"></div>
10 </div> 14 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698