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

body::first-line { }
div::after { content: 'A'; }

</style>
</head>
<body>
<div style="display: inline-flex;"> &#x062A;</div>
</body>
</html>