tenfourfox/layout/reftests/bugs/496032-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
208 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
button { display:inline-block; }
button:first-letter { font-size:200%; }
button:first-line { color:lime; }
</style>
</head>
<body>
<button>Hello</button>
</body>
</html>