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

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout-expected.txt

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/getComputedStyle/computed-style-grid-layout-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout-expected.txt
index c990ca84f08fde11a1c65e1ea6b6053ba7131fb9..7633765ec91cc9314a1db9c98de649ac2428b60f 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-grid-layout-expected.txt
@@ -1,7 +1,7 @@
CSS Grid Layout Attributes that are exposed in the CSS computed style object:
grid-auto-columns: auto;
-grid-auto-flow: none;
+grid-auto-flow: row;
grid-auto-rows: auto;
grid-column-end: auto;
grid-column-start: auto;
« no previous file with comments | « LayoutTests/fast/css-grid-layout/resources/grid.css ('k') | LayoutTests/ietestcenter/css3/grid/grid-column-002.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698