Mypal/layout/generic/crashtests/824297-1.html

13 lines
160 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<!DOCTYPE html>
<html>
<head>
<style>
.z:first-letter { }
.z { display: flex; }
</style>
</head>
<body>
<div><button class="z">B</button></div>
</body>
</html>