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 { input {
margin-left: 64px; margin-left: 64px;
border: none; border: none;
background: lightblue;
color: transparent;
vertical-align: top; vertical-align: top;
} }
</style> </style>

View file

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