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

.a { display: flex; }
.a:after { content: 'a'; }

</style>
</head>
<body>

<div class="a"><div></div></div>

</body>
</html>