mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
Dispatch error events at the window object.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user