diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /testing/web-platform/meta/shadow-dom | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/shadow-dom')
4 files changed, 5 insertions, 14 deletions
diff --git a/testing/web-platform/meta/shadow-dom/declarative/declarative-shadow-dom-basic.html.ini b/testing/web-platform/meta/shadow-dom/declarative/declarative-shadow-dom-basic.html.ini index 1c2869ad5c..645a78f46f 100644 --- a/testing/web-platform/meta/shadow-dom/declarative/declarative-shadow-dom-basic.html.ini +++ b/testing/web-platform/meta/shadow-dom/declarative/declarative-shadow-dom-basic.html.ini @@ -1,6 +1,3 @@ [declarative-shadow-dom-basic.html] [Declarative Shadow DOM: Multiple roots] expected: FAIL - - [Declarative Shadow DOM: clonable attribute] - expected: FAIL diff --git a/testing/web-platform/meta/shadow-dom/declarative/declarative-shadow-dom-repeats-2.html.ini b/testing/web-platform/meta/shadow-dom/declarative/declarative-shadow-dom-repeats-2.html.ini new file mode 100644 index 0000000000..04d052175a --- /dev/null +++ b/testing/web-platform/meta/shadow-dom/declarative/declarative-shadow-dom-repeats-2.html.ini @@ -0,0 +1,3 @@ +[declarative-shadow-dom-repeats-2.html] + [Repeated declarative shadow roots keep only the first] + expected: FAIL diff --git a/testing/web-platform/meta/shadow-dom/declarative/declarative-shadow-dom-repeats.html.ini b/testing/web-platform/meta/shadow-dom/declarative/declarative-shadow-dom-repeats.html.ini index 5401e0e13e..12caa7b11c 100644 --- a/testing/web-platform/meta/shadow-dom/declarative/declarative-shadow-dom-repeats.html.ini +++ b/testing/web-platform/meta/shadow-dom/declarative/declarative-shadow-dom-repeats.html.ini @@ -2,8 +2,8 @@ [Repeated declarative shadow roots keep only the first] expected: FAIL - [Calling attachShadow() on declarative shadow root must match type] + [Calling attachShadow() on declarative shadow root must match all parameters] expected: FAIL - [Calling attachShadow() on declarative shadow root must match all parameters] + [Calling attachShadow() on declarative shadow root must match mode] expected: FAIL diff --git a/testing/web-platform/meta/shadow-dom/shadow-root-clonable.html.ini b/testing/web-platform/meta/shadow-dom/shadow-root-clonable.html.ini deleted file mode 100644 index 9c15ade110..0000000000 --- a/testing/web-platform/meta/shadow-dom/shadow-root-clonable.html.ini +++ /dev/null @@ -1,9 +0,0 @@ -[shadow-root-clonable.html] - [attachShadow with clonable: true] - expected: FAIL - - [declarative shadow roots do *not* get clonable: true automatically] - expected: FAIL - - [declarative shadow roots inside templates do *not* get cloned automatically] - expected: FAIL |