mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +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,32 @@
|
|||
[idlharness.html]
|
||||
type: testharness
|
||||
[PerformanceTiming interface: attribute secureConnectionStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: window.performance.timing must inherit property "secureConnectionStart" with the proper type (10)]
|
||||
expected: FAIL
|
||||
|
||||
[Performance interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Performance interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: window.performance must inherit property "addEventListener" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on window.performance with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: window.performance must inherit property "removeEventListener" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on window.performance with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: window.performance must inherit property "dispatchEvent" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: calling dispatchEvent(Event) on window.performance with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[test_navigation_type_reload.html]
|
||||
type: testharness
|
||||
disabled:
|
||||
if os == "mac": bug 1155555
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[test_timing_reload.html]
|
||||
type: testharness
|
||||
disabled:
|
||||
if os == "mac": bug 1171916
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[test_timing_xserver_redirect.html]
|
||||
type: testharness
|
||||
disabled:
|
||||
if (os == "mac") and (version == "OS X 10.10"): https://bugzilla.mozilla.org/show_bug.cgi?id=1172135
|
||||
Loading…
Add table
Add a link
Reference in a new issue