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

Unified Diff: third_party/WebKit/LayoutTests/css3/flexbox/flexbox-wordwrap.html

Issue 2191683003: [css-flexbox] align-content should apply even when there's just a single line (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark Firefox tests as failing; they haven't fixed this bug yet Created 4 years, 5 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: third_party/WebKit/LayoutTests/css3/flexbox/flexbox-wordwrap.html
diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/flexbox-wordwrap.html b/third_party/WebKit/LayoutTests/css3/flexbox/flexbox-wordwrap.html
index cbcfe3c22d5cfd96b2c0327cf60228f186d56926..b6dd9dfec3cf4663729858f7a7a60f562d6cc715 100644
--- a/third_party/WebKit/LayoutTests/css3/flexbox/flexbox-wordwrap.html
+++ b/third_party/WebKit/LayoutTests/css3/flexbox/flexbox-wordwrap.html
@@ -75,9 +75,9 @@
</div>
<div class="flex-horizontal" style="flex-wrap:wrap;">
- <div class="item-horizontal" data-expected-height="80"><div class="content1-horizontal"></div></div>
- <div class="item-horizontal" data-expected-height="80"><div class="content2-horizontal"></div></div>
- <div class="item-horizontal" data-expected-height="80"><div class="content3-horizontal"></div></div>
+ <div class="item-horizontal" data-expected-height="150"><div class="content1-horizontal"></div></div>
+ <div class="item-horizontal" data-expected-height="150"><div class="content2-horizontal"></div></div>
+ <div class="item-horizontal" data-expected-height="150"><div class="content3-horizontal"></div></div>
</div>
<div class="flex-horizontal" style="flex-wrap:wrap;">
@@ -95,9 +95,9 @@
</div>
<div class="flex-vertical" style="flex-wrap:wrap;">
- <div class="item-vertical" data-expected-width="80"><div class="content1-vertical"></div></div>
- <div class="item-vertical" data-expected-width="80"><div class="content2-vertical"></div></div>
- <div class="item-vertical" data-expected-width="80"><div class="content3-vertical"></div></div>
+ <div class="item-vertical" data-expected-width="150"><div class="content1-vertical"></div></div>
+ <div class="item-vertical" data-expected-width="150"><div class="content2-vertical"></div></div>
+ <div class="item-vertical" data-expected-width="150"><div class="content3-vertical"></div></div>
</div>
<div class="flex-vertical" style="flex-wrap:wrap;">

Powered by Google App Engine
This is Rietveld 408576698