Chromium Code Reviews| Index: LayoutTests/fast/css-grid-layout/anonymous-grid-items.html |
| diff --git a/LayoutTests/fast/css-grid-layout/anonymous-grid-items.html b/LayoutTests/fast/css-grid-layout/anonymous-grid-items.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0b5ca902649fe866a4142738decb2e4f137607aa |
| --- /dev/null |
| +++ b/LayoutTests/fast/css-grid-layout/anonymous-grid-items.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;"> |
| + anonymous item |
| + </div> |
| +</body> |
| +</html> |