gecko/layout/reftests/bugs/496032-1-ref.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

13 lines
169 B
HTML

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