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

Unified Diff: LayoutTests/css3/flexbox/multiline-align-content.html

Issue 324073003: Flex box word-wrap is not adhering to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addresses changes asked in patch set 1 Created 6 years, 6 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/css3/flexbox/multiline-align-content.html
diff --git a/LayoutTests/css3/flexbox/multiline-align-content.html b/LayoutTests/css3/flexbox/multiline-align-content.html
index 1919e70f704111f095c402480ba879a8f1eeeff6..13d7ee6865a6a6078b472672bb39e8e59482e171 100644
--- a/LayoutTests/css3/flexbox/multiline-align-content.html
+++ b/LayoutTests/css3/flexbox/multiline-align-content.html
@@ -167,10 +167,10 @@
<!-- 1 line should not crash. -->
<div data-expected-height="30" class="flexbox horizontal" style="-webkit-align-content: space-between; height: 30px">
- <div data-offset-x="0" data-offset-y="0" data-expected-height="10"></div>
+ <div data-offset-x="0" data-offset-y="0" data-expected-height="30"></div>
</div>
<div data-expected-height="30" class="flexbox horizontal" style="-webkit-align-content: space-around; height: 30px">
- <div data-offset-x="0" data-offset-y="0" data-expected-height="10"></div>
+ <div data-offset-x="0" data-offset-y="0" data-expected-height="30"></div>
</div>
<div data-expected-height="30" class="flexbox horizontal" style="-webkit-align-content: stretch; height: 30px">
<div data-offset-x="0" data-offset-y="0" data-expected-height="30"></div>
@@ -276,10 +276,10 @@
<!-- 1 line should not crash. -->
<div data-expected-width="30" class="flexbox vertical-rl" style="-webkit-align-content: space-between; width: 30px">
- <div data-offset-x="20" data-offset-y="0" data-expected-width="10"></div>
+ <div data-offset-x="0" data-offset-y="0" data-expected-width="30"></div>
</div>
<div data-expected-width="30" class="flexbox vertical-rl" style="-webkit-align-content: space-around; width: 30px">
- <div data-offset-x="20" data-offset-y="0" data-expected-width="10"></div>
+ <div data-offset-x="0" data-offset-y="0" data-expected-width="30"></div>
</div>
<div data-expected-width="30" class="flexbox vertical-rl" style="-webkit-align-content: stretch; width: 30px">
<div data-offset-x="0" data-offset-y="0" data-expected-width="30"></div>

Powered by Google App Engine
This is Rietveld 408576698