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

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: Fixing issues in the bots due to 0 key (using WTF::UnsignedWithZeroKeyHashTraits) 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
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-item-auto-placement-definite-span.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')">
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-item-auto-placement-definite-span.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698