tests: Fix the input_buttons_margins_a.html reftest.

It depends on the vertical alignment of button text, which is a spec
bug.
This commit is contained in:
Patrick Walton 2016-05-04 13:41:13 -07:00
parent 4227a698d0
commit dacc482ee9
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,8 @@ body, html {
input {
margin-left: 64px;
border: none;
background: lightblue;
color: transparent;
vertical-align: top;
}
</style>

View file

@ -7,6 +7,8 @@ input {
position: absolute;
left: 64px;
border: none;
background: lightblue;
color: transparent;
}
</style>
<input type=button value=Hello>