diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/dom/lists | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/dom/lists')
3 files changed, 42 insertions, 0 deletions
diff --git a/testing/web-platform/meta/dom/lists/DOMTokenList-Iterable.html.ini b/testing/web-platform/meta/dom/lists/DOMTokenList-Iterable.html.ini new file mode 100644 index 000000000..a6ebef3df --- /dev/null +++ b/testing/web-platform/meta/dom/lists/DOMTokenList-Iterable.html.ini @@ -0,0 +1,6 @@ +[DOMTokenList-Iterable.html] + type: testharness + [DOMTokenList is iterable via for-of loop.] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/105 + diff --git a/testing/web-platform/meta/dom/lists/DOMTokenList-coverage-for-attributes.html.ini b/testing/web-platform/meta/dom/lists/DOMTokenList-coverage-for-attributes.html.ini new file mode 100644 index 000000000..6ec4745fe --- /dev/null +++ b/testing/web-platform/meta/dom/lists/DOMTokenList-coverage-for-attributes.html.ini @@ -0,0 +1,30 @@ +[DOMTokenList-coverage-for-attributes.html] + type: testharness + [a.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.] + expected: FAIL + bug: 723008 + + [area.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.] + expected: FAIL + bug: 723008 + + [link.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.] + expected: FAIL + bug: 723008 + + [iframe.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.] + expected: FAIL + bug: 723008 + + [output.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.] + expected: FAIL + bug: 723008 + + [td.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.] + expected: FAIL + bug: 723008 + + [th.dropzone in http://www.w3.org/1999/xhtml namespace should be DOMTokenList.] + expected: FAIL + bug: 723008 + diff --git a/testing/web-platform/meta/dom/lists/DOMTokenList-value.html.ini b/testing/web-platform/meta/dom/lists/DOMTokenList-value.html.ini new file mode 100644 index 000000000..d204d5314 --- /dev/null +++ b/testing/web-platform/meta/dom/lists/DOMTokenList-value.html.ini @@ -0,0 +1,6 @@ +[DOMTokenList-value.html] + type: testharness + [DOMTokenList value] + expected: FAIL + bug: https://github.com/whatwg/dom/issues/105 + |