mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix #3936 – {Window,WorkerGlobalScope}.set{Timeout,Interval}(DOMString)
This commit is contained in:
parent
ca876edc05
commit
5fe3a3e54f
16 changed files with 126 additions and 55 deletions
|
@ -1,9 +1,9 @@
|
|||
[compile-error-in-setInterval.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: OK
|
||||
[window.onerror - compile error in setInterval]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - compile error in setInterval (column)]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[compile-error-in-setTimeout.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: OK
|
||||
[window.onerror - compile error in setTimeout]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - compile error in setTimeout (column)]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[runtime-error-in-setInterval.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: OK
|
||||
[window.onerror - runtime error in setInterval]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - runtime error in setInterval (column)]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[runtime-error-in-setTimeout.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected: OK
|
||||
[window.onerror - runtime error in setTimeout]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - runtime error in setTimeout (column)]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue