From 9bddc88ed26e17e42664372367205f7818e97559 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Tue, 31 Mar 2026 10:15:56 +0000 Subject: [PATCH] Gecko sync update --- css/css-backgrounds/background-clip/META.yml | 4 +++ css/css-backgrounds/parsing/META.yml | 31 ++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/css/css-backgrounds/background-clip/META.yml b/css/css-backgrounds/background-clip/META.yml index f7b8d9eba..885c77cb2 100644 --- a/css/css-backgrounds/background-clip/META.yml +++ b/css/css-backgrounds/background-clip/META.yml @@ -12,3 +12,7 @@ links: results: - test: clip-text-text-emphasis.html url: https://bugzilla.mozilla.org/show_bug.cgi?id=1914494 +- product: firefox + results: + - test: clip-border-area-border-shape.html + url: https://bugzilla.mozilla.org/show_bug.cgi?id=2028091 diff --git a/css/css-backgrounds/parsing/META.yml b/css/css-backgrounds/parsing/META.yml index f6750f7b3..4a5cf4f76 100644 --- a/css/css-backgrounds/parsing/META.yml +++ b/css/css-backgrounds/parsing/META.yml @@ -243,3 +243,34 @@ links: - subtest: multiple backgrounds with varying values test: background-shorthand-serialization.html url: https://bugzilla.mozilla.org/show_bug.cgi?id=1994210 +- product: firefox + results: + - subtest: Property background-clip value 'border-area' + test: background-clip-computed.html + - subtest: Property background-clip value 'border-box, padding-box, content-box, + border-area' + test: background-clip-computed.html + - subtest: e.style['background-clip'] = "border-area" should set the property value + test: background-clip-valid.html + - subtest: e.style['background-clip'] = "border-box, padding-box, content-box, border-area" + should set the property value + test: background-clip-valid.html + - subtest: Property background-clip value 'content-box, border-box, border-area' + test: background-computed.html + - subtest: border-area text sets background-origin to border-box + test: background-shorthand-serialization.html + - subtest: e.style['background'] = "border-area text" should set background-attachment + test: background-valid.html + - subtest: e.style['background'] = "border-area text" should set background-image + test: background-valid.html + - subtest: e.style['background'] = "border-area text" should set background-origin + test: background-valid.html + - subtest: e.style['background'] = "border-area text" should set background-position + test: background-valid.html + - subtest: e.style['background'] = "border-area text" should set background-repeat + test: background-valid.html + - subtest: e.style['background'] = "border-area text" should set background-size + test: background-valid.html + - subtest: e.style['background'] = "border-area text" should not set unrelated longhands + test: background-valid.html + url: https://bugzilla.mozilla.org/show_bug.cgi?id=2028091