mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
@ -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
|
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||||
|
|
||||||
# inline_border_a.html inline_border_b.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_cellspacing_attribute_a.html border_spacing_ref.html
|
||||||
== legacy_td_width_attribute_a.html legacy_td_width_attribute_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
|
== legacy_th_width_attribute_a.html legacy_td_width_attribute_ref.html
|
||||||
|
|
|
@ -2171,6 +2171,30 @@
|
||||||
"url": "/_mozilla/css/issue-1324.html"
|
"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": [
|
"css/jumpiness_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/jumpiness_a.html",
|
"path": "css/jumpiness_a.html",
|
||||||
|
@ -7212,6 +7236,30 @@
|
||||||
"url": "/_mozilla/css/issue-1324.html"
|
"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": [
|
"css/jumpiness_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/jumpiness_a.html",
|
"path": "css/jumpiness_a.html",
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style type="text/css">
|
<link rel=match href=jpeg_ref.html>
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="jpeg_normal.jpg">
|
<img src="jpeg_normal.jpg">
|
Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 336 B |
|
@ -1,8 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style type="text/css">
|
<link rel=match href=jpeg_ref.html>
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="jpeg_progressive.jpg">
|
<img src="jpeg_progressive.jpg">
|
Before Width: | Height: | Size: 570 B After Width: | Height: | Size: 570 B |
Loading…
Add table
Add a link
Reference in a new issue