tenfourfox/layout/generic/crashtests/826532-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>