| Index: LayoutTests/css3/flexbox/flex-align-max.html
|
| diff --git a/LayoutTests/css3/flexbox/flex-align-max.html b/LayoutTests/css3/flexbox/flex-align-max.html
|
| index 7699fec5018ce3a98bf9fc40db14f7fb9573ce47..841f778c2466e16d072475ee6ef5d12ecc63d95b 100644
|
| --- a/LayoutTests/css3/flexbox/flex-align-max.html
|
| +++ b/LayoutTests/css3/flexbox/flex-align-max.html
|
| @@ -29,27 +29,27 @@ body {
|
| <body onload="checkLayout('.flexbox')">
|
|
|
| <div class="flexbox">
|
| - <div data-expected-height="50" style="-webkit-flex: 1 0 0; max-height: 100px"></div>
|
| - <div data-expected-height="50" style="-webkit-flex: 1 0 0; height: 50px"></div>
|
| - <div data-expected-height="25" style="-webkit-flex: 1 0 0; max-height: 25px"></div>
|
| + <div data-expected-height="50" style="flex: 1 0 0; max-height: 100px"></div>
|
| + <div data-expected-height="50" style="flex: 1 0 0; height: 50px"></div>
|
| + <div data-expected-height="25" style="flex: 1 0 0; max-height: 25px"></div>
|
| </div>
|
|
|
| <div class="flexbox column" style="width: 200px">
|
| - <div data-expected-width="150" style="-webkit-flex: 1 0 20px; max-width: 150px"></div>
|
| - <div data-expected-width="100" style="-webkit-flex: 1 0 20px; width: 100px"></div>
|
| - <div data-expected-width="200" style="-webkit-flex: 1 0 20px;"></div>
|
| + <div data-expected-width="150" style="flex: 1 0 20px; max-width: 150px"></div>
|
| + <div data-expected-width="100" style="flex: 1 0 20px; width: 100px"></div>
|
| + <div data-expected-width="200" style="flex: 1 0 20px;"></div>
|
| </div>
|
|
|
| <div class="flexbox vertical-rl" style="height: 60px">
|
| - <div data-expected-width="100" style="-webkit-flex: 1 0 20px; max-width: 110px"></div>
|
| - <div data-expected-width="100" style="-webkit-flex: 1 0 20px; width: 100px"></div>
|
| - <div data-expected-width="50" style="-webkit-flex: 1 0 20px; max-width: 50px"></div>
|
| + <div data-expected-width="100" style="flex: 1 0 20px; max-width: 110px"></div>
|
| + <div data-expected-width="100" style="flex: 1 0 20px; width: 100px"></div>
|
| + <div data-expected-width="50" style="flex: 1 0 20px; max-width: 50px"></div>
|
| </div>
|
|
|
| <div class="flexbox column vertical-rl" style="height: 50px">
|
| - <div data-expected-height="50" style="-webkit-flex: 1 0 100px; max-height: 100px"></div>
|
| - <div data-expected-height="50" style="-webkit-flex: 1 0 100px; height: 50px"></div>
|
| - <div data-expected-height="25" style="-webkit-flex: 1 0 100px; max-height: 25px"></div>
|
| + <div data-expected-height="50" style="flex: 1 0 100px; max-height: 100px"></div>
|
| + <div data-expected-height="50" style="flex: 1 0 100px; height: 50px"></div>
|
| + <div data-expected-height="25" style="flex: 1 0 100px; max-height: 25px"></div>
|
| </div>
|
|
|
| </body>
|
|
|