1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-19 13:38:55 +00:00
Files
UXP/layout/generic/crashtests/826532-1.html
T

16 lines
152 B
HTML

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