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

button:first-letter { }
button { display: flex; }

</style>

</head>
<body>
<button>ABC</button>
</body>
</html>