import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo

This commit is contained in:
Roy Tam 2018-01-19 03:59:58 +08:00
commit dcd9973243
150858 changed files with 23884658 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[Document.currentScript.sub.html]
type: testharness
expected: TIMEOUT
[Script script-window-error]
expected: FAIL
[Script script-exec]
expected: NOTRUN

View file

@ -0,0 +1,8 @@
[document.getElementsByName-newelements.html]
type: testharness
[getElementsByName and newly introduced HTML elements]
expected: FAIL
[getElementsByName("keygen")]
expected: FAIL

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,5 @@
[nameditem-04.html]
type: testharness
[If there are two forms, a collection should be returned. (name)]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,5 @@
[nameditem-06.html]
type: testharness
[If there are two imgs, a collection should be returned. (name)]
expected: FAIL