mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
auto merge of #3662 : mukilan/servo/worker_timer, r=jdm
Closes issue #3236
This commit is contained in:
commit
f94228d9f9
11 changed files with 261 additions and 185 deletions
|
@ -1,3 +1,4 @@
|
|||
[xmlhttprequest-timeout-worker-twice.html]
|
||||
type: testharness
|
||||
disabled: xhr issue #3630
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -9309,21 +9309,9 @@
|
|||
[WorkerGlobalScope interface: operation createImageBitmap(ImageBitmapSource,long,long,long,long)]
|
||||
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
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[001.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[setTimeout]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[003.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[setInterval]
|
||||
expected: TIMEOUT
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue