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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-margin-border-padding.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.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;

Powered by Google App Engine
This is Rietveld 408576698