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