tenfourfox/layout/generic/crashtests/827168-1.html

13 lines
157 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<style>
.z:first-line {}
.z { display: flex; }
</style>
</head>
<body>
<div><button class="z">B</button></div>
</body>
</html>