diff options
Diffstat (limited to 'testing/web-platform/meta/dom/collections')
-rw-r--r-- | testing/web-platform/meta/dom/collections/namednodemap-supported-property-names.html.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/meta/dom/collections/namednodemap-supported-property-names.html.ini b/testing/web-platform/meta/dom/collections/namednodemap-supported-property-names.html.ini new file mode 100644 index 000000000..13c2b1939 --- /dev/null +++ b/testing/web-platform/meta/dom/collections/namednodemap-supported-property-names.html.ini @@ -0,0 +1,10 @@ +[namednodemap-supported-property-names.html] + type: testharness + [Object.getOwnPropertyNames on NamedNodeMap of input] + expected: FAIL + bug: 1303629 + + [Object.getOwnPropertyNames on NamedNodeMap after attribute removal] + expected: FAIL + bug: 1303629 + |