summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-grid-layout/anonymous-grid-items.html
blob: 0b5ca902649fe866a4142738decb2e4f137607aa (plain)
1
2
3
4
5
6
7
8
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>