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

Unified Diff: LayoutTests/fast/flexbox/alignContent-center-applies-with-flexWrap-wrap-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: Addresses the changes asked in patch set 1 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
« no previous file with comments | « no previous file | LayoutTests/fast/flexbox/alignContent-center-applies-with-flexWrap-wrap-with-single-line-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/flexbox/alignContent-center-applies-with-flexWrap-wrap-with-single-line.html
diff --git a/LayoutTests/fast/flexbox/alignContent-center-applies-with-flexWrap-wrap-with-single-line.html b/LayoutTests/fast/flexbox/alignContent-center-applies-with-flexWrap-wrap-with-single-line.html
new file mode 100644
index 0000000000000000000000000000000000000000..d4a9cd18ade36a4b6d1064c8fb5fa094b3a526c5
--- /dev/null
+++ b/LayoutTests/fast/flexbox/alignContent-center-applies-with-flexWrap-wrap-with-single-line.html
@@ -0,0 +1,13 @@
+<!doctype html>
tony 2014/05/20 16:21:10 Please try to merge the tests into 1 test and 1 ex
harpreet.sk 2014/05/21 08:26:04 Done.
+<html>
+<head>
+</head>
+<body>
+<div style="display: flex; flex-wrap: wrap; align-content: center; height: 100px">
+<div>This text should be at the top of the page</div>
+</div>
+<div style="display: flex; -webkit-writing-mode: vertical-lr; flex-wrap: wrap; align-content: center; width: 100px">
+<div>This text should be at the left of the page</div>
+</div>
+</body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/fast/flexbox/alignContent-center-applies-with-flexWrap-wrap-with-single-line-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698