Skip to content

Commit

Permalink
tests: Fix the input_buttons_margins_a.html reftest.
Browse files Browse the repository at this point in the history
It depends on the vertical alignment of button text, which is a spec
bug.
  • Loading branch information
pcwalton committed May 4, 2016
1 parent 4227a69 commit dacc482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/wpt/mozilla/tests/css/input_button_margins_a.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
input {
margin-left: 64px;
border: none;
background: lightblue;
color: transparent;
vertical-align: top;
}
</style>
Expand Down
2 changes: 2 additions & 0 deletions tests/wpt/mozilla/tests/css/input_button_margins_ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
position: absolute;
left: 64px;
border: none;
background: lightblue;
color: transparent;
}
</style>
<input type=button value=Hello>
Expand Down

0 comments on commit dacc482

Please sign in to comment.