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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-item-z-index-stacking-context.html

Issue 333563003: [CSS Grid Layout] Update grid-auto-flow to the new syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Attempt 2 to fix win_blink_rel Created 6 years, 6 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-item-z-index-stacking-context.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-item-z-index-stacking-context.html b/LayoutTests/fast/css-grid-layout/grid-item-z-index-stacking-context.html
index f632880cfcde344afd18d6c33f8278d40c0a87a7..8265cc953c58446fbe274931f509b5e7997aab99 100644
--- a/LayoutTests/fast/css-grid-layout/grid-item-z-index-stacking-context.html
+++ b/LayoutTests/fast/css-grid-layout/grid-item-z-index-stacking-context.html
@@ -8,6 +8,7 @@
grid-template-columns: 200px 200px;
width: -webkit-fit-content;
margin-top: 10px;
+ grid-auto-flow: stack;
}
.red {
background-color: red;

Powered by Google App Engine
This is Rietveld 408576698