| Index: LayoutTests/css3/flexbox/preferred-widths-orthogonal.html
|
| diff --git a/LayoutTests/css3/flexbox/preferred-widths-orthogonal.html b/LayoutTests/css3/flexbox/preferred-widths-orthogonal.html
|
| index 571b7e9f758f198b78a2f548c7d4e318f848844d..707e920aa2d95b65b23ff9c841ee1678c1be83b3 100644
|
| --- a/LayoutTests/css3/flexbox/preferred-widths-orthogonal.html
|
| +++ b/LayoutTests/css3/flexbox/preferred-widths-orthogonal.html
|
| @@ -2,13 +2,13 @@
|
| <html>
|
| <style>
|
| .flexbox {
|
| - display: -webkit-flex;
|
| + display: flex;
|
| background-color: #aaa;
|
| float: left;
|
| }
|
| .flexbox > div {
|
| margin: 2px 13px 8px 17px;
|
| - -webkit-flex: none;
|
| + flex: none;
|
| }
|
| .flexbox > div:not(.nested) {
|
| width: 10px;
|
| @@ -43,7 +43,7 @@
|
| }
|
|
|
| .nested {
|
| - display: -webkit-flex;
|
| + display: flex;
|
| background-color: #ddd;
|
| }
|
| .horizontal-tb {
|
| @@ -53,7 +53,7 @@
|
| -webkit-writing-mode: vertical-lr;
|
| }
|
| .column {
|
| - -webkit-flex-flow: column;
|
| + flex-flow: column;
|
| }
|
| .clear {
|
| clear: both;
|
|
|