mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move input_button_margins_a.html to wpt reftests.
This commit is contained in:
parent
da97da7278
commit
21d6bccf62
4 changed files with 25 additions and 1 deletions
|
@ -141,7 +141,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== inline_margin_multiple_fragments_a.html inline_margin_multiple_fragments_ref.html
|
||||
== inline_whitespace_a.html inline_whitespace_ref.html
|
||||
== inline_whitespace_b.html inline_whitespace_ref.html
|
||||
== input_button_margins_a.html input_button_margins_ref.html
|
||||
!= input_height_a.html input_height_ref.html
|
||||
!= inset_blackborder.html blackborder_ref.html
|
||||
== jpeg_normal.html jpeg_ref.html
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
||||
}
|
||||
input {
|
||||
margin-left: 64px;
|
||||
border: none;
|
||||
vertical-align: top;
|
||||
}
|
||||
</style>
|
||||
<input type=button value=Hello>
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
||||
}
|
||||
input {
|
||||
position: absolute;
|
||||
left: 64px;
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
<input type=button value=Hello>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue