diff options
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 |