Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-rl.html

Issue 1309513008: [css-grid] Implement grid gutters (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased patch for landing Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698