Move input_button_margins_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent da97da7278
commit 21d6bccf62
4 changed files with 25 additions and 1 deletions

View file

@ -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

View file

@ -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>

View file

@ -1,13 +0,0 @@
<!DOCTYPE html>
<style>
body, html {
margin: 0;
}
input {
position: absolute;
left: 64px;
border: none;
}
</style>
<input type=button value=Hello>