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/html/dom/documents | |
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/html/dom/documents')
7 files changed, 75 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/Document.currentScript.sub.html.ini b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/Document.currentScript.sub.html.ini new file mode 100644 index 000000000..d1345e93d --- /dev/null +++ b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/Document.currentScript.sub.html.ini @@ -0,0 +1,9 @@ +[Document.currentScript.sub.html] + type: testharness + expected: TIMEOUT + [Script script-window-error] + expected: FAIL + + [Script script-exec] + expected: NOTRUN + diff --git a/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.html.ini b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.html.ini new file mode 100644 index 000000000..b0a117d12 --- /dev/null +++ b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.html.ini @@ -0,0 +1,8 @@ +[document.getElementsByName-newelements.html] + type: testharness + [getElementsByName and newly introduced HTML elements] + expected: FAIL + + [getElementsByName("keygen")] + expected: FAIL + diff --git a/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-02.html.ini b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-02.html.ini new file mode 100644 index 000000000..5976104cd --- /dev/null +++ b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-02.html.ini @@ -0,0 +1,20 @@ +[nameditem-02.html] + type: testharness + [If the only named item is an iframe, the contentWindow should be returned.] + expected: FAIL + + [If there are two iframes, a collection should be returned.] + expected: FAIL + + [If there are an iframe and another element (iframe first), a collection should be returned.] + expected: FAIL + + [If there are an iframe and another element (iframe last), a collection should be returned.] + expected: FAIL + + [If an iframe has a name and a different id, it should be returned by its name.] + expected: FAIL + + [An iframe whose name looks like an array index should work.] + expected: FAIL + diff --git a/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-03.html.ini b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-03.html.ini new file mode 100644 index 000000000..8fe38a854 --- /dev/null +++ b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-03.html.ini @@ -0,0 +1,14 @@ +[nameditem-03.html] + type: testharness + [If there are two applets, a collection should be returned. (name)] + expected: FAIL + + [If there are two applets, a collection should be returned. (id)] + expected: FAIL + + [If there are two applets, a collection should be returned. (name and id)] + expected: FAIL + + [If there are two applets, a collection should be returned. (id and name)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-04.html.ini b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-04.html.ini new file mode 100644 index 000000000..7e5ec3ace --- /dev/null +++ b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-04.html.ini @@ -0,0 +1,5 @@ +[nameditem-04.html] + type: testharness + [If there are two forms, a collection should be returned. (name)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-05.html.ini b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-05.html.ini new file mode 100644 index 000000000..388763ce7 --- /dev/null +++ b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-05.html.ini @@ -0,0 +1,14 @@ +[nameditem-05.html] + type: testharness + [If there are two embeds, a collection should be returned. (name)] + expected: FAIL + + [If there is one embed, it should not be returned (id)] + expected: FAIL + + [If there are two embeds, nothing should be returned. (id)] + expected: FAIL + + [A name shouldn't affect getting an embed by id] + expected: FAIL + diff --git a/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-06.html.ini b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-06.html.ini new file mode 100644 index 000000000..27dd6a1b3 --- /dev/null +++ b/testing/web-platform/meta/html/dom/documents/dom-tree-accessors/nameditem-06.html.ini @@ -0,0 +1,5 @@ +[nameditem-06.html] + type: testharness + [If there are two imgs, a collection should be returned. (name)] + expected: FAIL + |