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> |