Move img_size_a.html to wpt reftests.

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

View file

@ -112,7 +112,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
== img_dynamic_remove.html img_dynamic_remove_ref.html
== img_padding_a.html img_padding_b.html
!= img_simple.html img_simple_ref.html
== img_size_a.html img_size_b.html
== img_width_attribute_intrinsic_width_a.html img_width_attribute_intrinsic_width_ref.html
== img_width_style_intrinsic_width_a.html img_width_style_intrinsic_width_ref.html
== incremental_float_a.html incremental_float_ref.html

View file

@ -1,18 +0,0 @@
<html>
<head>
<title>
The winter is too cold for me...
</title>
</head>
<body>
<div>
<img src="rust_logo.png" width="206" />
</div>
<div>
<img src="rust_logo.png" width="206" />
</div>
<div style="width:1000px">
<img src="rust_logo.png" style="width:100px" />
</div>
</body>
</html>

View file

@ -1,18 +0,0 @@
<html>
<head>
<title>
The winter is too cold for me...
</title>
</head>
<body>
<div>
<img src="rust_logo.png" height="206" />
</div>
<div>
<img src="rust_logo.png" style="height:206px"/>
</div>
<div style="width:1000px">
<img src="rust_logo.png" style="width:10%" />
</div>
</body>
</html>