Move input_height_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-10 12:25:47 +01:00
parent 17376dd96b
commit 17cdd1769d
4 changed files with 25 additions and 1 deletions

View file

@ -35,7 +35,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
# inline_border_a.html inline_border_b.html
!= input_height_a.html input_height_ref.html
!= inset_blackborder.html blackborder_ref.html
== jpeg_normal.html jpeg_ref.html
== jpeg_progressive.html jpeg_ref.html

View file

@ -1,8 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<!-- We assume that inputs are not 100px high on any platform, since that would be absurd -->
<input type=text style="height: 100px;"></input>
</body>
</html>

View file

@ -1,8 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<input type=text></input>
</body>
</html>