Index: LayoutTests/css3/flexbox/flex-order.html |
diff --git a/LayoutTests/css3/flexbox/flex-order.html b/LayoutTests/css3/flexbox/flex-order.html |
index 3c3869b05bce5de5e211076e5224055c88b5f9be..b3889046558ef7d5b7a6d096ebdf605a7a54ea4d 100644 |
--- a/LayoutTests/css3/flexbox/flex-order.html |
+++ b/LayoutTests/css3/flexbox/flex-order.html |
@@ -5,13 +5,13 @@ body { |
margin: 0; |
} |
.horizontal-box { |
- display: -webkit-flex; |
+ display: flex; |
} |
.horizontal-box div { |
height: 30px; |
border: 0; |
margin-bottom: 10px; |
- -webkit-flex: 1; |
+ flex: 1; |
} |
.first { |