Files
UXP-Fixed/layout/generic/crashtests/827168-1.html
T
2018-02-02 04:16:08 -05:00

13 lines
157 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
.z:first-line {}
.z { display: flex; }
</style>
</head>
<body>
<div><button class="z">B</button></div>
</body>
</html>