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

Unified Diff: LayoutTests/fast/multicol/flexbox.html

Issue 1167323003: Need deeper layout passes inside flexboxes when fragmenting (pagination, multicol). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | LayoutTests/fast/multicol/flexbox-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/flexbox.html
diff --git a/LayoutTests/fast/multicol/flexbox.html b/LayoutTests/fast/multicol/flexbox.html
new file mode 100644
index 0000000000000000000000000000000000000000..38d685d44b7a54bd09dd66ef2f95a992d99c0595
--- /dev/null
+++ b/LayoutTests/fast/multicol/flexbox.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<p>The word "PASS" should be seen tidily below (with large letter spacing).</p>
+<div style="-webkit-columns:5; -webkit-column-gap:0; width:5em;">
+ <div style="display:flex;">
+ P<br>
+ <br>
+ A<br>
+ <br>
+ S<br>
+ <br>
+ S<br>
+ <br>
+ </div>
+</div>
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/flexbox-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698