diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index ee90a1be5d4..0546548d847 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -3564,6 +3564,30 @@ "url": "/_mozilla/css/mix_blend_mode_a.html" } ], + "css/multiple_backgrounds.html": [ + { + "path": "css/multiple_backgrounds.html", + "references": [ + [ + "/_mozilla/css/multiple_backgrounds_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/multiple_backgrounds.html" + } + ], + "css/multiple_backgrounds_ref.html": [ + { + "path": "css/multiple_backgrounds_ref.html", + "references": [ + [ + "/_mozilla/css/multiple_backgrounds_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/multiple_backgrounds_ref.html" + } + ], "css/multiple_css_class_a.html": [ { "path": "css/multiple_css_class_a.html", @@ -12832,6 +12856,30 @@ "url": "/_mozilla/css/mix_blend_mode_a.html" } ], + "css/multiple_backgrounds.html": [ + { + "path": "css/multiple_backgrounds.html", + "references": [ + [ + "/_mozilla/css/multiple_backgrounds_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/multiple_backgrounds.html" + } + ], + "css/multiple_backgrounds_ref.html": [ + { + "path": "css/multiple_backgrounds_ref.html", + "references": [ + [ + "/_mozilla/css/multiple_backgrounds_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/multiple_backgrounds_ref.html" + } + ], "css/multiple_css_class_a.html": [ { "path": "css/multiple_css_class_a.html", diff --git a/tests/wpt/mozilla/tests/css/bubbles.png b/tests/wpt/mozilla/tests/css/bubbles.png new file mode 100644 index 00000000000..dbd4db86005 Binary files /dev/null and b/tests/wpt/mozilla/tests/css/bubbles.png differ diff --git a/tests/wpt/mozilla/tests/css/multiple_backgrounds.html b/tests/wpt/mozilla/tests/css/multiple_backgrounds.html new file mode 100644 index 00000000000..29922d60454 --- /dev/null +++ b/tests/wpt/mozilla/tests/css/multiple_backgrounds.html @@ -0,0 +1,31 @@ + + + + + + + + + +
+
+ + diff --git a/tests/wpt/mozilla/tests/css/multiple_backgrounds_ref.html b/tests/wpt/mozilla/tests/css/multiple_backgrounds_ref.html new file mode 100644 index 00000000000..d3af6fe5881 --- /dev/null +++ b/tests/wpt/mozilla/tests/css/multiple_backgrounds_ref.html @@ -0,0 +1,47 @@ + + + + + + + + + +
+
+
+
+
+
+ + diff --git a/tests/wpt/mozilla/tests/css/rust-logo-256x256.png b/tests/wpt/mozilla/tests/css/rust-logo-256x256.png new file mode 100644 index 00000000000..63506dd85ef Binary files /dev/null and b/tests/wpt/mozilla/tests/css/rust-logo-256x256.png differ