Move jpeg_normal.html and jpeg_progressive.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-10 14:03:33 +01:00
parent eb882403fb
commit 866eb0551e
7 changed files with 50 additions and 6 deletions

View file

@ -35,8 +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
== jpeg_normal.html jpeg_ref.html
== jpeg_progressive.html jpeg_ref.html
== legacy_cellspacing_attribute_a.html border_spacing_ref.html
== legacy_td_width_attribute_a.html legacy_td_width_attribute_ref.html
== legacy_th_width_attribute_a.html legacy_td_width_attribute_ref.html

View file

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
</style>
</head>
<body>
<img src="jpeg_normal.jpg">
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 B

View file

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
</style>
</head>
<body>
<img src="jpeg_progressive.jpg">
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 B

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
background-color: rgb(75, 255, 0);
width: 64px;
height: 64px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>