Index: LayoutTests/css3/flexbox/content-height-with-scrollbars.html |
diff --git a/LayoutTests/css3/flexbox/content-height-with-scrollbars.html b/LayoutTests/css3/flexbox/content-height-with-scrollbars.html |
index 17530f815a695fcbe192bc4aa14f4c2adb6da6c4..a9db4e5bb9d95da556a51b6881a4787eed7d548a 100644 |
--- a/LayoutTests/css3/flexbox/content-height-with-scrollbars.html |
+++ b/LayoutTests/css3/flexbox/content-height-with-scrollbars.html |
@@ -8,7 +8,7 @@ |
overflow: scroll; |
} |
.flexbox > div { |
- -webkit-flex: none; |
+ flex: none; |
flex: none; |
} |
.flexbox > :nth-child(1) { |