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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/span/triply-nested-multiocol-zero-height-inner-with-spanner.html

Issue 1558963003: Recalculate column heights as part of column set layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
(Empty)
1 <!DOCTYPE html>
2 <p>There should be no red, no scrollbar, and no crash or assertion failure.</p>
3 <div style="-webkit-columns:1; width:70%; -webkit-column-rule:10px solid red;">
4 <div style="height:40px;"></div>
5 <div style="-webkit-columns:1;">
6 <div style="-webkit-columns:1;">
7 <div></div>
8 <div style="-webkit-column-span:all;"></div>
9 </div>
10 </div>
11 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/span/triply-nested-multiocol-zero-height-inner-with-spanner-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698