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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/span/after-row-with-uneven-height-nested-multicol-expected.html

Issue 1489663003: column-span:all in nested multicol requires re-insertion of fragmentainer groups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
Index: third_party/WebKit/LayoutTests/fast/multicol/span/after-row-with-uneven-height-nested-multicol-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/after-row-with-uneven-height-nested-multicol-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/span/after-row-with-uneven-height-nested-multicol-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..aef766e12098c05a053f25cf1c818b0536b13fac
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/after-row-with-uneven-height-nested-multicol-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<p>In nested multicol, test that an inner spanner that follows a
+ column row whose contents cannot be evenly balanced (the row has 2
+ columns and 5 lines of equal height) ends up where it should.</p>
+<p>There should be a blue square below.</p>
+<div style="width:120px; height:120px; background:blue;"></div>

Powered by Google App Engine
This is Rietveld 408576698