| Index: LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html b/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html
|
| index d3ca2f39f0a53f4033a1478c772bc11282b9dacf..316d86ed9ea727ce5b2efa223d796b728ed899f0 100644
|
| --- a/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html
|
| @@ -47,22 +47,6 @@ body {
|
| .justifyContentFlexEnd {
|
| justify-content: flex-end;
|
| }
|
| -
|
| -.justifyContentEndTrue {
|
| - justify-content: end true;
|
| -}
|
| -
|
| -.justifyContentCenterTrue {
|
| - justify-content: center true;
|
| -}
|
| -
|
| -.justifyContentRightSafe {
|
| - justify-content: right safe;
|
| -}
|
| -
|
| -.justifyContentLeftTrue {
|
| - justify-content: left true;
|
| -}
|
| </style>
|
| </head>
|
| <body onload="checkLayout('.grid')">
|
|
|