Chromium Code Reviews| Index: LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html |
| diff --git a/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html b/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html |
| index 406da0441a6ed1c14d96c511cd284621c29536c0..493adc2915bc7f08678e3dd6886a7e94d42bf04c 100644 |
| --- a/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html |
| +++ b/LayoutTests/css3/flexbox/flex-one-sets-flex-basis-to-zero-px.html |
| @@ -9,10 +9,14 @@ |
| .flex-one-one-zero-percent { |
| flex: 1 1 0%; |
| + min-width: 0; |
| + min-height: 0; |
| } |
| .flex-one-one-zero-px { |
| flex: 1 1 0px; |
| + min-width: 0; |
| + min-height: 0; |
| } |
| .vertical { |