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

Side by Side Diff: LayoutTests/fast/flexbox/alignContent-center-applies-with-flexWrap-wrap-with-single-line-expected.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 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; height: 100px">
7 <div>This text should be at the top of the page</div>
8 </div>
9 <div style="display: flex; -webkit-writing-mode: vertical-lr; flex-wrap: wrap; w idth: 100px">
10 <div>This text should be at the left of the page</div>
11 </div>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698