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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html

Issue 1787513004: Move grid-auto-flow into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 4 years, 8 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 | third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
index 7a4320bef42c1708b743a1048daa55fd3ab713d9..53beeea44d62f8fb47a0a996e048033d95623e6d 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
@@ -111,8 +111,8 @@
checkGridAutoFlowSetJSValue("column", "column", "column");
checkGridAutoFlowSetJSValue("column dense", "column dense", "column dense");
checkGridAutoFlowSetJSValue("row dense", "row dense", "row dense");
- checkGridAutoFlowSetJSValue("dense column", "dense column", "column dense");
- checkGridAutoFlowSetJSValue("dense row", "dense row", "row dense");
+ checkGridAutoFlowSetJSValue("dense column", "column dense", "column dense");
+ checkGridAutoFlowSetJSValue("dense row", "row dense", "row dense");
checkGridAutoFlowSetJSValue("row", "row", "row");
debug("");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698