mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests.
This commit is contained in:
parent
203240c1d8
commit
a8553c3606
50 changed files with 11805 additions and 5243 deletions
146
tests/wpt/metadata/workers/interfaces.worker.js.ini
Normal file
146
tests/wpt/metadata/workers/interfaces.worker.js.ini
Normal file
|
@ -0,0 +1,146 @@
|
|||
[interfaces.worker]
|
||||
type: testharness
|
||||
[EventTarget interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: operation addEventListener(DOMString,EventListener,boolean)]
|
||||
expected: FAIL
|
||||
|
||||
[EventTarget interface: operation removeEventListener(DOMString,EventListener,boolean)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: operation close()]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: attribute onerror]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: attribute onlanguagechange]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: attribute onoffline]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: attribute ononline]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: operation setTimeout(Function,long,any)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: operation setTimeout(DOMString,long,any)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: operation clearTimeout(long)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: operation setInterval(Function,long,any)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: operation setInterval(DOMString,long,any)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: operation clearInterval(long)]
|
||||
expected: FAIL
|
||||
|
||||
[DedicatedWorkerGlobalScope interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[DedicatedWorkerGlobalScope interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[DedicatedWorkerGlobalScope interface: operation postMessage(any,[object Object\])]
|
||||
expected: FAIL
|
||||
|
||||
[DedicatedWorkerGlobalScope interface: attribute onmessage]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: self must inherit property "close" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: self must inherit property "onerror" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: self must inherit property "onoffline" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: self must inherit property "ononline" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: calling importScripts(DOMString) on self with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerNavigator interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerNavigator interface: attribute appVersion]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerNavigator interface: attribute language]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerNavigator interface: attribute languages]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerNavigator interface: attribute onLine]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerNavigator interface: self.navigator must inherit property "appVersion" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerNavigator interface: self.navigator must inherit property "language" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerNavigator interface: self.navigator must inherit property "languages" with the proper type (8)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerNavigator interface: self.navigator must inherit property "onLine" with the proper type (9)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface: attribute origin]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface: attribute protocol]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface: attribute host]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface: attribute hostname]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface: attribute port]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface: attribute pathname]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface: self.location must inherit property "origin" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface: self.location must inherit property "protocol" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface: self.location must inherit property "host" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface: self.location must inherit property "hostname" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface: self.location must inherit property "port" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerLocation interface: self.location must inherit property "pathname" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue