Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-rl.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-rl.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-rl.html |
index 4eb8b6854cfc531c4a2909bce88fc2f3a23e32b6..1d4bc3da8ec7de2d876136d22e35992e57dc6a19 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-rl.html |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-rl.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,36 +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; |
justify-self: stretch; |