mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
[Document.currentScript.sub.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Script script-window-error]
|
||||
expected: FAIL
|
||||
|
||||
[Script script-exec]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[document.getElementsByName-newelements.html]
|
||||
type: testharness
|
||||
[getElementsByName and newly introduced HTML elements]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByName("keygen")]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[nameditem-04.html]
|
||||
type: testharness
|
||||
[If there are two forms, a collection should be returned. (name)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[nameditem-06.html]
|
||||
type: testharness
|
||||
[If there are two imgs, a collection should be returned. (name)]
|
||||
expected: FAIL
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue