mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move jpeg_normal.html and jpeg_progressive.html to wpt reftests.
This commit is contained in:
parent
eb882403fb
commit
866eb0551e
7 changed files with 50 additions and 6 deletions
|
@ -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",
|
||||
|
|
9
tests/wpt/mozilla/tests/css/jpeg_normal.html
Normal file
9
tests/wpt/mozilla/tests/css/jpeg_normal.html
Normal 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>
|
BIN
tests/wpt/mozilla/tests/css/jpeg_normal.jpg
Normal file
BIN
tests/wpt/mozilla/tests/css/jpeg_normal.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 336 B |
9
tests/wpt/mozilla/tests/css/jpeg_progressive.html
Normal file
9
tests/wpt/mozilla/tests/css/jpeg_progressive.html
Normal 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>
|
BIN
tests/wpt/mozilla/tests/css/jpeg_progressive.jpg
Normal file
BIN
tests/wpt/mozilla/tests/css/jpeg_progressive.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 570 B |
15
tests/wpt/mozilla/tests/css/jpeg_ref.html
Normal file
15
tests/wpt/mozilla/tests/css/jpeg_ref.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue