Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-indefinite-heights-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-indefinite-heights-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-indefinite-heights-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0c9b2b6e7312cc5c367e68f3ccf23e0b9f316b82 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/relayout-indefinite-heights-expected.txt |
| @@ -0,0 +1,8 @@ |
| +Tests how a change in grid's height requires evaluating again whether the grid has indefinite or definite height. |
| + |
| +The grid bellow had initially 'height: auto' (indefinite) and has been changed to '90px' (definite). |
| + |
| +PASS |
| +The grid bellow had initially 'height: 90px' (definite) and has been changed to 'auto' (indefinite). |
| + |
| +PASS |