| Index: LayoutTests/css3/flexbox/flex-longhand-parsing.html
|
| diff --git a/LayoutTests/css3/flexbox/flex-longhand-parsing.html b/LayoutTests/css3/flexbox/flex-longhand-parsing.html
|
| index ce583b770aad9aec5375658bba0416e4d6acc91a..4a9a4d13b173375a2093d5347f63cbc188b8e7aa 100644
|
| --- a/LayoutTests/css3/flexbox/flex-longhand-parsing.html
|
| +++ b/LayoutTests/css3/flexbox/flex-longhand-parsing.html
|
| @@ -56,11 +56,11 @@ shouldBeEqualToString('flexitem.style.webkitFlex', '1.5 0 auto');
|
| shouldBeEqualToString('getComputedStyle(flexitem).webkitFlex', '1.5 0 auto');
|
|
|
| flexitem.style.webkitFlex = 3;
|
| -shouldBeEqualToString('flexitem.style.webkitFlex', '3 1 0px');
|
| +shouldBeEqualToString('flexitem.style.webkitFlex', '3 1 0%');
|
| shouldBeEqualToString('flexitem.style.webkitFlexGrow', '3');
|
| shouldBeEqualToString('flexitem.style.webkitFlexShrink', '1');
|
| -shouldBeEqualToString('flexitem.style.webkitFlexBasis', '0px');
|
| -shouldBeEqualToString('getComputedStyle(flexitem).webkitFlex', '3 1 0px');
|
| +shouldBeEqualToString('flexitem.style.webkitFlexBasis', '0%');
|
| +shouldBeEqualToString('getComputedStyle(flexitem).webkitFlex', '3 1 0%');
|
|
|
| </script>
|
| </body>
|
|
|