diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/html/webappapis/scripting | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
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 + |