mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
parent
4227a698d0
commit
dacc482ee9
2 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,8 @@ body, html {
|
|||
input {
|
||||
margin-left: 64px;
|
||||
border: none;
|
||||
background: lightblue;
|
||||
color: transparent;
|
||||
vertical-align: top;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -7,6 +7,8 @@ input {
|
|||
position: absolute;
|
||||
left: 64px;
|
||||
border: none;
|
||||
background: lightblue;
|
||||
color: transparent;
|
||||
}
|
||||
</style>
|
||||
<input type=button value=Hello>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue