diff options
Diffstat (limited to 'testing/web-platform/meta/html/webappapis/scripting')
11 files changed, 65 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/webappapis/scripting/event-loops/microtask_after_raf.html.ini b/testing/web-platform/meta/html/webappapis/scripting/event-loops/microtask_after_raf.html.ini new file mode 100644 index 000000000..a4a067521 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/event-loops/microtask_after_raf.html.ini @@ -0,0 +1,5 @@ +[microtask_after_raf.html] + type: testharness + [Microtask execute immediately after script] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/event-loops/task_microtask_ordering.html.ini b/testing/web-platform/meta/html/webappapis/scripting/event-loops/task_microtask_ordering.html.ini new file mode 100644 index 000000000..8d2a0914a --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/event-loops/task_microtask_ordering.html.ini @@ -0,0 +1,5 @@ +[task_microtask_ordering.html] + type: testharness + [Level 1 bossfight (synthetic click)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm.html.ini new file mode 100644 index 000000000..d0ea8e802 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm.html.ini @@ -0,0 +1,5 @@ +[event-handler-processing-algorithm.html] + type: testharness + [beforeunload listener returning null cancels event] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/inline-event-handler-ordering.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/inline-event-handler-ordering.html.ini new file mode 100644 index 000000000..9aa28a2ed --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/inline-event-handler-ordering.html.ini @@ -0,0 +1,3 @@ +[inline-event-handler-ordering.html] + type: testharness + expected: ERROR diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.html.ini new file mode 100644 index 000000000..dbe221f03 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.html.ini @@ -0,0 +1,5 @@ +[invalid-uncompiled-raw-handler-compiled-late.html] + type: testharness + [Invalid uncompiled raw handlers should only be compiled when about to call them.] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setInterval.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setInterval.html.ini new file mode 100644 index 000000000..bf3a6c190 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setInterval.html.ini @@ -0,0 +1,8 @@ +[compile-error-cross-origin-setInterval.html] + type: testharness + [window.onerror - compile error in cross-origin setInterval] + expected: FAIL + + [window.onerror - compile error in cross-origin setInterval (column)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setTimeout.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setTimeout.html.ini new file mode 100644 index 000000000..f81f381d0 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setTimeout.html.ini @@ -0,0 +1,8 @@ +[compile-error-cross-origin-setTimeout.html] + type: testharness + [window.onerror - compile error in cross-origin setTimeout] + expected: FAIL + + [window.onerror - compile error in cross-origin setTimeout (column)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin.html.ini new file mode 100644 index 000000000..1925c6d9a --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin.html.ini @@ -0,0 +1,5 @@ +[compile-error-cross-origin.html] + type: testharness + [window.onerror - compile error in <script src=//www1...>] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setInterval.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setInterval.html.ini new file mode 100644 index 000000000..0bf31cb9e --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setInterval.html.ini @@ -0,0 +1,8 @@ +[runtime-error-cross-origin-setInterval.html] + type: testharness + [window.onerror - runtime error in cross-origin setInterval] + expected: FAIL + + [window.onerror - runtime error in cross-origin setInterval (column)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setTimeout.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setTimeout.html.ini new file mode 100644 index 000000000..8b575d9b0 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setTimeout.html.ini @@ -0,0 +1,8 @@ +[runtime-error-cross-origin-setTimeout.html] + type: testharness + [window.onerror - runtime error in cross-origin setTimeout] + expected: FAIL + + [window.onerror - runtime error in cross-origin setTimeout (column)] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin.html.ini new file mode 100644 index 000000000..d9ce88ee5 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin.html.ini @@ -0,0 +1,5 @@ +[runtime-error-cross-origin.html] + type: testharness + [window.onerror - runtime error in <script src=//www1...>] + expected: FAIL + |