servo/tests/ref/input_button_margins_ref.html
Patrick Walton 8fe2f8930c layout: Make inline margins on <input type=button> and friends apply
only to the button and not to the text inside.

Improves the Google home page.
2015-08-13 09:51:17 -07:00

12 lines
146 B
HTML

<!DOCTYPE html>
<style>
body, html {
margin: 0;
}
input {
position: absolute;
left: 64px;
}
</style>
<input type=button value=Hello>