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

@ -2171,6 +2171,30 @@
"url": "/_mozilla/css/issue-1324.html"
}
],
"css/jpeg_normal.html": [
{
"path": "css/jpeg_normal.html",
"references": [
[
"/_mozilla/css/jpeg_ref.html",
"=="
]
],
"url": "/_mozilla/css/jpeg_normal.html"
}
],
"css/jpeg_progressive.html": [
{
"path": "css/jpeg_progressive.html",
"references": [
[
"/_mozilla/css/jpeg_ref.html",
"=="
]
],
"url": "/_mozilla/css/jpeg_progressive.html"
}
],
"css/jumpiness_a.html": [
{
"path": "css/jumpiness_a.html",
@ -7212,6 +7236,30 @@
"url": "/_mozilla/css/issue-1324.html"
}
],
"css/jpeg_normal.html": [
{
"path": "css/jpeg_normal.html",
"references": [
[
"/_mozilla/css/jpeg_ref.html",
"=="
]
],
"url": "/_mozilla/css/jpeg_normal.html"
}
],
"css/jpeg_progressive.html": [
{
"path": "css/jpeg_progressive.html",
"references": [
[
"/_mozilla/css/jpeg_ref.html",
"=="
]
],
"url": "/_mozilla/css/jpeg_progressive.html"
}
],
"css/jumpiness_a.html": [
{
"path": "css/jumpiness_a.html",

View file

@ -1,8 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
</style>
<link rel=match href=jpeg_ref.html>
</head>
<body>
<img src="jpeg_normal.jpg">

View file

Before

Width:  |  Height:  |  Size: 336 B

After

Width:  |  Height:  |  Size: 336 B

Before After
Before After

View file

@ -1,8 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
</style>
<link rel=match href=jpeg_ref.html>
</head>
<body>
<img src="jpeg_progressive.jpg">

View file

Before

Width:  |  Height:  |  Size: 570 B

After

Width:  |  Height:  |  Size: 570 B

Before After
Before After