Fix #3936 – {Window,WorkerGlobalScope}.set{Timeout,Interval}(DOMString)

This commit is contained in:
Guillaume Bort 2014-11-19 12:06:36 +01:00
parent ca876edc05
commit 5fe3a3e54f
16 changed files with 126 additions and 55 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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