mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
auto merge of #3941 : mukilan/servo/timeout-arguments, r=Ms2ger
This commit is contained in:
commit
43b452f3b8
15 changed files with 186 additions and 376 deletions
|
@ -9948,3 +9948,27 @@
|
|||
[HTMLFontElement interface: document.createElement("font") must inherit property "size" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: operation setTimeout(Function,long,any)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: operation setTimeout(DOMString,long,any)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: operation setInterval(Function,long,any)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: operation setInterval(DOMString,long,any)]
|
||||
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
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[compile-error-in-setInterval.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[window.onerror - compile error in setInterval]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[window.onerror - compile error in setInterval (column)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[compile-error-in-setTimeout.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[window.onerror - compile error in setTimeout]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[window.onerror - compile error in setTimeout (column)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[runtime-error-in-setInterval.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[window.onerror - runtime error in setInterval]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[window.onerror - runtime error in setInterval (column)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[runtime-error-in-setTimeout.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[window.onerror - runtime error in setTimeout]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[window.onerror - runtime error in setTimeout (column)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue