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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <div style="display: flex; flex-wrap: wrap; align-content: flex-end; height: 100 px">
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
7 <div>This text should be at the top of the page</div>
8 </div>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698