summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/custom-elements/attribute-changed-callback.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/custom-elements/attribute-changed-callback.html.ini')
-rw-r--r--testing/web-platform/meta/custom-elements/attribute-changed-callback.html.ini16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/web-platform/meta/custom-elements/attribute-changed-callback.html.ini b/testing/web-platform/meta/custom-elements/attribute-changed-callback.html.ini
deleted file mode 100644
index 1b1bea6c9..000000000
--- a/testing/web-platform/meta/custom-elements/attribute-changed-callback.html.ini
+++ /dev/null
@@ -1,16 +0,0 @@
-[attribute-changed-callback.html]
- type: testharness
- [setAttribute and removeAttribute must enqueue and invoke attributeChangedCallback]
- expected: FAIL
-
- [setAttributeNS and removeAttributeNS must enqueue and invoke attributeChangedCallback]
- expected: FAIL
-
- [setAttributeNode and removeAttributeNode must enqueue and invoke attributeChangedCallback for an HTML attribute]
- expected: FAIL
-
- [setAttributeNode and removeAttributeNS must enqueue and invoke attributeChangedCallback for an SVG attribute]
- expected: FAIL
-
- [attributedChangedCallback must be enqueued for style attribute change by mutating inline style declaration]
- expected: FAIL