Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html |
index a9bfcbe4fa51022e7f4305bd057b7fbf2cc29d28..e2f600a55d9c3512acfc1ade1283c0a540671679 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-rl.html |
@@ -2,6 +2,7 @@ |
<html> |
<head> |
<link href="resources/grid.css" rel="stylesheet"> |
+<link href="resources/grid-alignment.css" rel="stylesheet"> |
<script src="../../resources/check-layout.js"></script> |
<style> |
body { |
@@ -19,34 +20,6 @@ body { |
width: 20px; |
height: 40px; |
} |
- |
-.justifyContentStart { |
- justify-content: start; |
-} |
- |
-.justifyContentEnd { |
- justify-content: end; |
-} |
- |
-.justifyContentCenter { |
- justify-content: center; |
-} |
- |
-.justifyContentLeft { |
- justify-content: left; |
-} |
- |
-.justifyContentRight { |
- justify-content: right; |
-} |
- |
-.justifyContentFlexStart { |
- justify-content: flex-start; |
-} |
- |
-.justifyContentFlexEnd { |
- justify-content: flex-end; |
-} |
</style> |
</head> |
<body onload="checkLayout('.grid')"> |