| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html
|
| index 73cdf6ec523d1b4ff76dcfdd601f27856d7810be..e76f570efa2eab87b331704a7a75a2bcaa5f2826 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set.html
|
| @@ -92,10 +92,10 @@
|
|
|
| debug("");
|
| debug("Test getting and setting 'grid' shorthand through JS");
|
| - testGridDefinitionsSetJSValues("20px / 10px", "10px", "20px", "none", "row", "auto", "auto", "10px", "20px", "none", "initial", "initial", "initial");
|
| - testGridDefinitionsSetJSValues("[line] 'a' 20px / 10px", "10px", "[line] 20px", "\"a\"", "row", "auto", "auto", "10px", "[line] 20px", "\"a\"", "initial", "initial", "initial");
|
| - testGridDefinitionsSetJSValues("row dense 20px", "none", "none", "none", "row dense", "20px", "20px", "initial", "initial", "initial", "row dense", "20px", "20px");
|
| - testGridDefinitionsSetJSValues("column 20px / 10px", "none", "none", "none", "column", "10px", "20px", "initial", "initial", "initial", "column", "10px", "20px");
|
| + testGridDefinitionsSetJSValues("20px / 10px", "10px", "20px", "none", "row", "auto", "auto", "10px", "20px", "none", "row", "auto", "auto");
|
| + testGridDefinitionsSetJSValues("[line] 'a' 20px / 10px", "10px", "[line] 20px", "\"a\"", "row", "auto", "auto", "10px", "[line] 20px", "\"a\"", "row", "auto", "auto");
|
| + testGridDefinitionsSetJSValues("row dense 20px", "none", "none", "none", "row dense", "20px", "20px", "none", "none", "none", "row dense", "20px", "20px");
|
| + testGridDefinitionsSetJSValues("column 20px / 10px", "none", "none", "none", "column", "10px", "20px", "none", "none", "none", "column", "10px", "20px");
|
|
|
| debug("");
|
| debug("Test the initial value");
|
| @@ -111,8 +111,8 @@
|
|
|
| debug("");
|
| debug("Test setting grid-template-columns and grid-template-rows back to 'none' through JS");
|
| - testGridDefinitionsSetJSValues("column 10px / 20px", "none", "none", "none", "column", "20px", "10px", "initial", "initial", "initial", "column", "20px", "10px");
|
| - testGridDefinitionsSetJSValues("none", "none", "none", "none", "row", "auto", "auto", "none", "none", "none", "initial", "initial", "initial");
|
| + testGridDefinitionsSetJSValues("column 10px / 20px", "none", "none", "none", "column", "20px", "10px", "none", "none", "none", "column", "20px", "10px");
|
| + testGridDefinitionsSetJSValues("none", "none", "none", "none", "row", "auto", "auto", "none", "none", "none", "row", "auto", "auto");
|
|
|
| debug("");
|
| debug("Test the inherit value on reset-only subproperties (grid-*-gap)");
|
|
|