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

Unified Diff: LayoutTests/ietestcenter/css3/grid/grid-column-003.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-003.htm
diff --git a/LayoutTests/ietestcenter/css3/grid/grid-column-003.htm b/LayoutTests/ietestcenter/css3/grid/grid-column-003.htm
index a74b90d9df32d9596359398c3964c0456c2d5f74..4f12e873c2686b81d128aecc71aec1f7a1f905d6 100644
--- a/LayoutTests/ietestcenter/css3/grid/grid-column-003.htm
+++ b/LayoutTests/ietestcenter/css3/grid/grid-column-003.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
{
« no previous file with comments | « LayoutTests/ietestcenter/css3/grid/grid-column-002.htm ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698