| Index: LayoutTests/css3/flexbox/multiline-column-auto.html
|
| diff --git a/LayoutTests/css3/flexbox/multiline-column-auto.html b/LayoutTests/css3/flexbox/multiline-column-auto.html
|
| index db30cef972e42dfdcce59886807b252d57acf7d9..4b861f4fc9ebf57fd0d89d6027d6f3642fe8857f 100644
|
| --- a/LayoutTests/css3/flexbox/multiline-column-auto.html
|
| +++ b/LayoutTests/css3/flexbox/multiline-column-auto.html
|
| @@ -2,16 +2,16 @@
|
| <html>
|
| <style>
|
| .flexbox {
|
| - display: -webkit-flex;
|
| + display: flex;
|
| background-color: #aaa;
|
| position: relative;
|
| - -webkit-flex-flow: column wrap;
|
| + flex-flow: column wrap;
|
| margin-top: 20px;
|
| - -webkit-align-content: flex-start;
|
| + align-content: flex-start;
|
| }
|
| .flexbox > div {
|
| border: 0;
|
| - -webkit-flex: none;
|
| + flex: none;
|
| }
|
|
|
| .flexbox :nth-child(1) {
|
|
|