mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
Allow passing arguments to setTimeout/setInterval callbacks
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user