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

Unified Diff: LayoutTests/ietestcenter/css3/grid/grid-column-002.htm

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/ietestcenter/css3/grid/grid-column-002.htm
diff --git a/LayoutTests/ietestcenter/css3/grid/grid-column-002.htm b/LayoutTests/ietestcenter/css3/grid/grid-column-002.htm
index 828c81e7e72d38003411ba441a0261d93e79fdfc..6ec81b854fb566929f670c83459b41e8b62ff201 100644
--- a/LayoutTests/ietestcenter/css3/grid/grid-column-002.htm
+++ b/LayoutTests/ietestcenter/css3/grid/grid-column-002.htm
@@ -56,6 +56,11 @@
-o-grid-template-rows: auto 1fr;
-webkit-grid-template-rows: auto 1fr;
grid-template-rows: auto 1fr;
+ -ms-grid-auto-flow: stack;
+ -moz-grid-auto-flow: stack;
+ -o-grid-auto-flow: stack;
+ -webkit-grid-auto-flow: stack;
+ grid-auto-flow: stack;
}
#griditem
{

Powered by Google App Engine
This is Rietveld 408576698