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

Unified 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, 12 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/span/triply-nested-multiocol-zero-height-inner-with-spanner.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/triply-nested-multiocol-zero-height-inner-with-spanner.html b/third_party/WebKit/LayoutTests/fast/multicol/span/triply-nested-multiocol-zero-height-inner-with-spanner.html
new file mode 100644
index 0000000000000000000000000000000000000000..f45b9ee1debea1f942ea63f0ddca4c32433592fc
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/triply-nested-multiocol-zero-height-inner-with-spanner.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<p>There should be no red, no scrollbar, and no crash or assertion failure.</p>
+<div style="-webkit-columns:1; width:70%; -webkit-column-rule:10px solid red;">
+ <div style="height:40px;"></div>
+ <div style="-webkit-columns:1;">
+ <div style="-webkit-columns:1;">
+ <div></div>
+ <div style="-webkit-column-span:all;"></div>
+ </div>
+ </div>
+</div>
« 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