mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
36 lines
1.2 KiB
INI
36 lines
1.2 KiB
INI
[interfaces.worker]
|
|
type: testharness
|
|
[WorkerGlobalScope interface: attribute onlanguagechange]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: operation importScripts(DOMString)]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: operation setTimeout(Function,long,any)]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: operation setTimeout(DOMString,long,any)]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: operation setInterval(Function,long,any)]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: operation setInterval(DOMString,long,any)]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: self must inherit property "postMessage" with the proper type (0)]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: calling postMessage(any,[object Object\]) on self with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[DedicatedWorkerGlobalScope interface: self must inherit property "onmessage" with the proper type (1)]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type (4)]
|
|
expected: FAIL
|
|
|
|
[WorkerGlobalScope interface: calling importScripts(DOMString) on self with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|