| Index: LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html b/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html
|
| index b51150c5464f34cc81e5d808b49f98925f117ac8..a9bfcbe4fa51022e7f4305bd057b7fbf2cc29d28 100644
|
| --- a/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.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')">
|
|
|