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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-content.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')">
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698