diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 8a799914ab3..f80a281908f 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -12,7 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html == acid1_a.html acid1_b.html == acid2_noscroll.html acid2_ref_broken.html flaky_cpu == append_style_a.html append_style_b.html -== border_radius_overlapping_a.html border_radius_overlapping_ref.html == border_radius_shorthand_a.html border_radius_shorthand_ref.html == border_radius_zero_sizes_a.html border_radius_zero_sizes_ref.html == border_rounding_1px_invisible_issue_7184_a.html border_rounding_1px_invisible_issue_7184_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 4281f892976..977f94d2665 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -719,6 +719,18 @@ "url": "/_mozilla/css/border_radius_elliptical_a.html" } ], + "css/border_radius_overlapping_a.html": [ + { + "path": "css/border_radius_overlapping_a.html", + "references": [ + [ + "/_mozilla/css/border_radius_overlapping_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/border_radius_overlapping_a.html" + } + ], "css/class-namespaces.html": [ { "path": "css/class-namespaces.html", @@ -4500,6 +4512,18 @@ "url": "/_mozilla/css/border_radius_elliptical_a.html" } ], + "css/border_radius_overlapping_a.html": [ + { + "path": "css/border_radius_overlapping_a.html", + "references": [ + [ + "/_mozilla/css/border_radius_overlapping_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/border_radius_overlapping_a.html" + } + ], "css/class-namespaces.html": [ { "path": "css/class-namespaces.html", diff --git a/tests/ref/border_radius_overlapping_a.html b/tests/wpt/mozilla/tests/css/border_radius_overlapping_a.html similarity index 75% rename from tests/ref/border_radius_overlapping_a.html rename to tests/wpt/mozilla/tests/css/border_radius_overlapping_a.html index 58baa1720ca..b9b811fee9e 100644 --- a/tests/ref/border_radius_overlapping_a.html +++ b/tests/wpt/mozilla/tests/css/border_radius_overlapping_a.html @@ -1,5 +1,6 @@ +
diff --git a/tests/ref/border_radius_overlapping_ref.html b/tests/wpt/mozilla/tests/css/border_radius_overlapping_ref.html similarity index 100% rename from tests/ref/border_radius_overlapping_ref.html rename to tests/wpt/mozilla/tests/css/border_radius_overlapping_ref.html