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

Unified Diff: LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2-expected.html

Issue 143383002: Region based multicol: support explicit column breaks (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review. Created 6 years, 10 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
Index: LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2-expected.html b/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d3299f55a51ab31988cd083c9173ac676aeae9e2
--- /dev/null
+++ b/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2-expected.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>balancing fixed-height multicol</title>
+ </head>
+ <body style="overflow:hidden;">
+ <p>There should be three identical blue rectangles below.</p>
+ <div style="width:20em;">
+ <div style="float:left; width:6em; height:2em; background:blue;"></div>
+ <div style="float:left; width:1em; height:2em;"></div>
+ <div style="float:left; width:6em; height:2em; background:blue;"></div>
+ <div style="float:left; width:1em; height:2em;"></div>
+ <div style="float:left; width:6em; height:2em; background:blue;"></div>
+ </div>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2.html ('k') | Source/core/rendering/RenderBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698