summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/824297-1.html
blob: c217f6b2659244b6510706aa1c4f404c45b7eb3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<style>
.z:first-letter { }
.z { display: flex; }
</style>
</head>
<body>
<div><button class="z">B</button></div>
</body>
</html>