diff options
Diffstat (limited to 'testing/web-platform/meta/custom-elements/reactions/Attr.html.ini')
-rw-r--r-- | testing/web-platform/meta/custom-elements/reactions/Attr.html.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/meta/custom-elements/reactions/Attr.html.ini b/testing/web-platform/meta/custom-elements/reactions/Attr.html.ini new file mode 100644 index 000000000..5a3ddc4ec --- /dev/null +++ b/testing/web-platform/meta/custom-elements/reactions/Attr.html.ini @@ -0,0 +1,8 @@ +[Attr.html] + type: testharness + [value on Attr must enqueue an attributeChanged reaction when replacing an existing attribute] + expected: FAIL + + [value on Attr must not enqueue an attributeChanged reaction when replacing an existing unobserved attribute] + expected: FAIL + |