gecko/layout/reftests/bugs/496032-1-ref.html

13 lines
169 B
HTML
Raw Normal View History

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