| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid-template-shorthand-parsing-utils.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid-template-shorthand-parsing-utils.js b/third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid-template-shorthand-parsing-utils.js
|
| index 3fcec85cd363cc7a68fdbe6893fac4e8ead0f4e7..6eec899045838f84bbcc9d8e8d19a73ad065eb68 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid-template-shorthand-parsing-utils.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/resources/grid-template-shorthand-parsing-utils.js
|
| @@ -25,6 +25,8 @@ function checkGridDefinitionsSetJSValues(useGrid, shorthandValue, computedColumn
|
| element.style.display = "grid";
|
| element.style.width = "800px";
|
| element.style.height = "600px";
|
| + element.style.justifyContent = "start";
|
| + element.style.alignContent = "start";
|
| }
|
|
|
| element.style.font = "10px Ahem"; // Used to resolve em font consistently.
|
| @@ -48,4 +50,4 @@ function testGridDefinitionsSetBadJSValues(shorthandValue)
|
| // We can't use testSetJSValues as element.style.gridTemplateRows returns "".
|
| testGridDefinitionsValues(element, "none", "none", "none");
|
| document.body.removeChild(element);
|
| -}
|
| +}
|
|
|