Chromium Code Reviews| Index: LayoutTests/fast/css-grid-layout/anonymous-grid-items-expected.html |
| diff --git a/LayoutTests/fast/css-grid-layout/anonymous-grid-items-expected.html b/LayoutTests/fast/css-grid-layout/anonymous-grid-items-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d73553bc21f443f5d4fa8559c87f10b061ee4e7f |
| --- /dev/null |
| +++ b/LayoutTests/fast/css-grid-layout/anonymous-grid-items-expected.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + <div>Checks that anonymous grid items are supported. This should not crash.</div> |
| + <div style="display: grid;"> |
| + <div>anonymous item</div> |
| + </div> |
| +</body> |
| +</html> |