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(""); |