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

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

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<link rel=match href=jpeg_ref.html>
</head>
<body>
<img src="jpeg_normal.jpg">
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<link rel=match href=jpeg_ref.html>
</head>
<body>
<img src="jpeg_progressive.jpg">
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

View file

@ -0,0 +1,15 @@
<!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>