Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-content.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-content.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-content.html |
index 6ae0c47dce7ae39ba70e110efd66524b436d8df6..fa7ce4d63901e35887120aa92a959242cc1f9caf 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-content.html |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-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 { |
@@ -24,42 +25,6 @@ body { |
width: 20px; |
height: 40px; |
} |
- |
-.alignContentBaseline { |
- align-content: baseline; |
-} |
- |
-.alignContentLastBaseline { |
- align-content: last-baseline; |
-} |
- |
-.alignContentStart { |
- align-content: start; |
-} |
- |
-.alignContentEnd { |
- align-content: end; |
-} |
- |
-.alignContentCenter { |
- align-content: center; |
-} |
- |
-.alignContentLeft { |
- align-content: left; |
-} |
- |
-.alignContentRight { |
- align-content: right; |
-} |
- |
-.alignContentFlexStart { |
- align-content: flex-start; |
-} |
- |
-.alignContentFlexEnd { |
- align-content: flex-end; |
-} |
</style> |
</head> |
<body onload="checkLayout('.grid')"> |