Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html |
index 316d86ed9ea727ce5b2efa223d796b728ed899f0..1a70d27e51ea554f0b0f2000fd5a72268a4a9bf9 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.html |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content-vertical-lr.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')"> |