| Index: LayoutTests/css3/flexbox/flex-algorithm-with-margins.html
|
| diff --git a/LayoutTests/css3/flexbox/flex-algorithm-with-margins.html b/LayoutTests/css3/flexbox/flex-algorithm-with-margins.html
|
| index 819cadfd4b2285b2072ed094cdbc270bb351c354..7666181cdffa8b50292a86beeb5d708e03ca7bb9 100644
|
| --- a/LayoutTests/css3/flexbox/flex-algorithm-with-margins.html
|
| +++ b/LayoutTests/css3/flexbox/flex-algorithm-with-margins.html
|
| @@ -81,16 +81,16 @@ body {
|
| </div>
|
|
|
| <div class="flexbox">
|
| - <div data-expected-width="300px" data-offset-x="150" style="-webkit-flex: 0 0 300px; -moz-flex: 0 0 300px; margin: 0 auto;"></div>
|
| + <div data-expected-width="300" data-offset-x="150" style="-webkit-flex: 0 0 300px; -moz-flex: 0 0 300px; margin: 0 auto;"></div>
|
| </div>
|
|
|
| <!-- margin: auto safe centers, which means it won't overflow to before the start of the flexbox. -->
|
| <div class="flexbox">
|
| - <div data-expected-width="700px" data-offset-x="0" style="-webkit-flex: 0 0 700px; -moz-flex: 0 0 700px; margin: 0 auto;"></div>
|
| + <div data-expected-width="700" data-offset-x="0" style="-webkit-flex: 0 0 700px; -moz-flex: 0 0 700px; margin: 0 auto;"></div>
|
| </div>
|
|
|
| <div class="flexbox">
|
| - <div data-expected-width="600px" data-offset-x="0" style="-webkit-flex: 1 0 300px; -moz-flex: 1 0 300px; margin: 0 auto;"></div>
|
| + <div data-expected-width="600" data-offset-x="0" style="-webkit-flex: 1 0 300px; -moz-flex: 1 0 300px; margin: 0 auto;"></div>
|
| </div>
|
|
|
| <div class="flexbox">
|
|
|