mirror of
https://github.com/servo/servo.git
synced 2025-07-13 10:23:40 +01:00
Dispatch error events at the window object.
This commit is contained in:
parent
92c3961743
commit
ae38c53de7
737 changed files with 815 additions and 758 deletions
|
@ -0,0 +1,5 @@
|
|||
[addEventListener.html]
|
||||
type: testharness
|
||||
[window.onerror - addEventListener]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[body-onerror-compile-error-data-url.html]
|
||||
type: testharness
|
||||
[<]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[body-onerror-compile-error.html]
|
||||
type: testharness
|
||||
[<]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[body-onerror-runtime-error.html]
|
||||
type: testharness
|
||||
[<]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[compile-error-data-url.html]
|
||||
type: testharness
|
||||
[window.onerror - compile error in ]
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - compile error in <script src=data:...> (column)]
|
||||
expected: FAIL
|
||||
|
|
@ -3,6 +3,3 @@
|
|||
[window.onerror - compile error in setInterval]
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - compile error in setInterval (column)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,6 +3,3 @@
|
|||
[window.onerror - compile error in setTimeout]
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - compile error in setTimeout (column)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[compile-error-same-origin.html]
|
||||
type: testharness
|
||||
[window.onerror - compile error in ]
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - compile error in <script src=...> (column)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[compile-error.html]
|
||||
type: testharness
|
||||
[window.onerror - compile error in ]
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - compile error in <script> (column)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[runtime-error-data-url.html]
|
||||
type: testharness
|
||||
[window.onerror - runtime error in ]
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - runtime error in <script src=data:...> (column)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[runtime-error-in-attribute.html]
|
||||
type: testharness
|
||||
[window.onerror - runtime error in attribute]
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - runtime error in attribute (column)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[runtime-error-in-body-onerror.html]
|
||||
type: testharness
|
||||
[runtime error in ]
|
||||
expected: FAIL
|
||||
|
|
@ -3,6 +3,3 @@
|
|||
[window.onerror - runtime error in setInterval]
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - runtime error in setInterval (column)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,6 +3,3 @@
|
|||
[window.onerror - runtime error in setTimeout]
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - runtime error in setTimeout (column)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[runtime-error-in-window-onerror.html]
|
||||
type: testharness
|
||||
[runtime error in window.onerror]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[runtime-error-same-origin.html]
|
||||
type: testharness
|
||||
[window.onerror - runtime error in ]
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - runtime error in <script src=...> (column)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[runtime-error.html]
|
||||
type: testharness
|
||||
[window.onerror - runtime error in ]
|
||||
expected: FAIL
|
||||
|
||||
[window.onerror - runtime error in <script> (column)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[window-onerror-parse-error.html]
|
||||
type: testharness
|
||||
[correct number of calls to window.onerror]
|
||||
[correct line number passed to window.onerror]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[window-onerror-runtime-error-throw.html]
|
||||
type: testharness
|
||||
[correct number of calls to window.onerror]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[window-onerror-runtime-error.html]
|
||||
type: testharness
|
||||
[correct number of calls to window.onerror]
|
||||
[correct line number passed to window.onerror]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue