Index: LayoutTests/css3/flexbox/multiline-shrink-to-fit.html |
diff --git a/LayoutTests/css3/flexbox/multiline-shrink-to-fit.html b/LayoutTests/css3/flexbox/multiline-shrink-to-fit.html |
index 2d7bde74a63efd6aaf64461381381897b87fdb69..79432831a89813d9cc268cdcc81cb3681334b540 100644 |
--- a/LayoutTests/css3/flexbox/multiline-shrink-to-fit.html |
+++ b/LayoutTests/css3/flexbox/multiline-shrink-to-fit.html |
@@ -2,16 +2,16 @@ |
<html> |
<style> |
.flexbox { |
- display: -webkit-flex; |
+ display: flex; |
background-color: #aaa; |
position: relative; |
- -webkit-flex-wrap: wrap; |
- -webkit-flex-direction: column; |
+ flex-wrap: wrap; |
+ flex-direction: column; |
float: left; |
- -webkit-align-content: flex-start; |
+ align-content: flex-start; |
} |
.flexbox > * { |
- -webkit-flex: none; |
+ flex: none; |
} |
.flexbox :nth-child(1) { |
background-color: lightblue; |