mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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 {
|
input {
|
||||||
margin-left: 64px;
|
margin-left: 64px;
|
||||||
border: none;
|
border: none;
|
||||||
|
background: lightblue;
|
||||||
|
color: transparent;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue