Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-margin-border-padding.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-margin-border-padding.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-margin-border-padding.html |
index 85fe1ef33f6fe3eeeb9aadadf25ddeab0b9d77c4..bf053512c78e9f45b3cedd0565e2f294751ad6e3 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-margin-border-padding.html |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-margin-border-padding.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 { |
@@ -25,35 +26,6 @@ body { |
margin: 4px 8px 12px 16px; |
} |
-.itemsCenter { |
- align-items: center; |
- justify-items: center; |
-} |
- |
-.itemsEnd { |
- align-items: end; |
- justify-items: end; |
-} |
- |
-.itemsLeft { |
- align-items: left; |
- justify-items: left; |
-} |
- |
-.itemsRight { |
- align-items: right; |
- justify-items: right; |
-} |
- |
-.itemsSelfStart { |
- align-items: self-start; |
- justify-items: self-start; |
-} |
- |
-.itemsSelfEnd { |
- align-items: self-end; |
- justify-items: self-end; |
-} |
.stretch { |
align-self: stretch; |