Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content.html |
index 97913b937f6b51dd7db20c91231520ecbf8fc340..399f468b95b2ad45fe6bce23504863f73fababb5 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content.html |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-justify-content.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 { |
@@ -20,41 +21,6 @@ body { |
height: 40px; |
} |
-.justifyContentBaseline { |
- justify-content: baseline; |
-} |
- |
-.justifyContentLastBaseline { |
- justify-content: last-baseline; |
-} |
- |
-.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')"> |