summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/862947-1.html
blob: 83e1903f43cae8aba6329b1efb8d3a41590224b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<style>

div { display: flex; }
div:after { display: -moz-deck; content: counter(b); }

</style>
</head>
<body>

<div></div>

</body>
</html>