gecko/layout/reftests/bugs/496032-1.html
Robert O'Callahan 7042d53d8b Bug 496032. Buttons should should lay out their contents using IsBlockInside not IsBlockOutside. r+sr=bzbarsky
--HG--
extra : rebase_source : bd35093b32239a2803868ab8d684f56db318fbeb
2009-06-12 13:48:07 +12: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>