Mypal/layout/generic/crashtests/826532-1.html
2019-03-11 13:26:37 +03:00

16 lines
152 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
button:first-letter { }
button { display: flex; }
</style>
</head>
<body>
<button>ABC</button>
</body>
</html>