diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /testing/web-platform/meta/shadow-dom | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.zip |
Adding upstream version 125.0.1.upstream/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 |