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

Unified Diff: LayoutTests/fast/multicol/newmulticol/break-before-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/break-before-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/break-before-expected.html b/LayoutTests/fast/multicol/newmulticol/break-before-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..530e43caf92c37d50d38a26b16bdc458ec78654e
--- /dev/null
+++ b/LayoutTests/fast/multicol/newmulticol/break-before-expected.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>auto-height multicol with break</title>
+ <style>
+ .mc { float:left; width:9em; padding:0 0.5em; }
+ .gap { float:left; width:1em; }
+ </style>
+ </head>
+ <body style="min-width:40em;">
+ <div style="float:left; background:olive;">
+ <div class="mc">
+ first column<br>
+ first column<br>
+ first column<br>
+ first column<br>
+ </div>
+ <div class="gap">&nbsp;</div>
+ <div class="mc">
+ second column<br>
+ second column<br>
+ second column<br>
+ </div>
+ <div class="gap">&nbsp;</div>
+ <div class="mc">
+ third column<br>
+ </div>
+ </div>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/break-before.html ('k') | LayoutTests/fast/multicol/newmulticol/breaks-2-columns-3.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698