Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align.html |
index 6412d9790775584477c2cb3d0886b30159dce57c..3a473a80631e3527ae1703fa0eb637a1dc80ddca 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align.html |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align.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 { |
@@ -26,54 +27,6 @@ body { |
background: black; |
} |
-.alignSelfAuto { |
- align-self: auto; |
-} |
- |
-.alignSelfStretch { |
- align-self: stretch; |
-} |
- |
-.alignSelfStart { |
- align-self: start; |
-} |
- |
-.alignSelfEnd { |
- align-self: end; |
-} |
- |
-.alignSelfCenter { |
- align-self: center; |
-} |
- |
-.alignSelfRight { |
- align-self: right; |
-} |
- |
-.alignSelfLeft { |
- align-self: left; |
-} |
- |
-.alignSelfFlexStart { |
- align-self: flex-start; |
-} |
- |
-.alignSelfFlexEnd { |
- align-self: flex-end; |
-} |
- |
-.alignSelfSelfStart { |
- align-self: self-start; |
-} |
- |
-.alignSelfSelfEnd { |
- align-self: self-end; |
-} |
- |
-.alignItemsCenter { |
- align-items: center; |
-} |
- |
</style> |
</head> |
<body onload="checkLayout('.grid')"> |