diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 91e7028a667..ce35db3cf9a 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -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 diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 25ba21a1b61..fe522509cdf 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -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", diff --git a/tests/ref/jpeg_normal.html b/tests/wpt/mozilla/tests/css/jpeg_normal.html similarity index 71% rename from tests/ref/jpeg_normal.html rename to tests/wpt/mozilla/tests/css/jpeg_normal.html index 51b5231f7a2..512731a03ca 100644 --- a/tests/ref/jpeg_normal.html +++ b/tests/wpt/mozilla/tests/css/jpeg_normal.html @@ -1,8 +1,7 @@ - + diff --git a/tests/ref/jpeg_normal.jpg b/tests/wpt/mozilla/tests/css/jpeg_normal.jpg similarity index 100% rename from tests/ref/jpeg_normal.jpg rename to tests/wpt/mozilla/tests/css/jpeg_normal.jpg diff --git a/tests/ref/jpeg_progressive.html b/tests/wpt/mozilla/tests/css/jpeg_progressive.html similarity index 72% rename from tests/ref/jpeg_progressive.html rename to tests/wpt/mozilla/tests/css/jpeg_progressive.html index fe2bda0c2e2..447c78877fe 100644 --- a/tests/ref/jpeg_progressive.html +++ b/tests/wpt/mozilla/tests/css/jpeg_progressive.html @@ -1,8 +1,7 @@ - + diff --git a/tests/ref/jpeg_progressive.jpg b/tests/wpt/mozilla/tests/css/jpeg_progressive.jpg similarity index 100% rename from tests/ref/jpeg_progressive.jpg rename to tests/wpt/mozilla/tests/css/jpeg_progressive.jpg diff --git a/tests/ref/jpeg_ref.html b/tests/wpt/mozilla/tests/css/jpeg_ref.html similarity index 100% rename from tests/ref/jpeg_ref.html rename to tests/wpt/mozilla/tests/css/jpeg_ref.html