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: LayoutTests/fast/css-grid-layout/grid-align-justify-overflow.html

Issue 920413002: [CSS Grid Layout] Support "sparse" in auto-placed items locked to a row/column (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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: LayoutTests/fast/css-grid-layout/grid-align-justify-overflow.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-align-justify-overflow.html b/LayoutTests/fast/css-grid-layout/grid-align-justify-overflow.html
index d04e0e35dba99e689bc996b1ce773219fbda5e2b..263688c20e76bf404bb1329284343d815bed82f6 100644
--- a/LayoutTests/fast/css-grid-layout/grid-align-justify-overflow.html
+++ b/LayoutTests/fast/css-grid-layout/grid-align-justify-overflow.html
@@ -123,12 +123,6 @@ body {
grid-column: 1;
grid-row: 3;
}
-
-.thirdRowSecondColumn {
- background-color: red;
- grid-column: 2;
- grid-row: 3;
-}
</style>
</head>
<body onload="checkLayout('.grid')">

Powered by Google App Engine
This is Rietveld 408576698