mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
Fix #3936 – {Window,WorkerGlobalScope}.set{Timeout,Interval}(DOMString)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user