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

Unified Diff: LayoutTests/fast/flexbox/alignContent-flexWrap-with-single-line.html

Issue 290823003: Chrome incorrectly honors "align-content" in "flex-wrap: wrap" flex containers that only have a sin… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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/flexbox/alignContent-flexWrap-with-single-line.html
diff --git a/LayoutTests/fast/flexbox/alignContent-flexWrap-with-single-line.html b/LayoutTests/fast/flexbox/alignContent-flexWrap-with-single-line.html
new file mode 100644
index 0000000000000000000000000000000000000000..577962a365d8c3e031b9796ece668939d61408b7
--- /dev/null
+++ b/LayoutTests/fast/flexbox/alignContent-flexWrap-with-single-line.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<html>
+<head>
+</head>
+<body>
+<div style="display: flex; flex-wrap: wrap; align-content: flex-end; height: 100px">
tony 2014/05/19 16:43:45 There should be a test for every value of align-co
harpreet.sk 2014/05/20 07:39:43 Added the test for all values of align-content. Al
+<div>This text should be at the top of the page</div>
+</div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698