diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/html/webappapis/scripting | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/webappapis/scripting')
96 files changed, 511 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/webappapis/scripting/__dir__.ini b/testing/web-platform/meta/html/webappapis/scripting/__dir__.ini new file mode 100644 index 0000000000..bb0a777a2b --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/__dir__.ini @@ -0,0 +1,2 @@ +leak-threshold: [default:51200] +prefs: [dom.element.popover.enabled: true] diff --git a/testing/web-platform/meta/html/webappapis/scripting/event-loops/fully_active_document.window.js.ini b/testing/web-platform/meta/html/webappapis/scripting/event-loops/fully_active_document.window.js.ini new file mode 100644 index 0000000000..daba139075 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/event-loops/fully_active_document.window.js.ini @@ -0,0 +1,4 @@ +[fully_active_document.window.html] + [Tasks for documents that are not fully active are stored, and run when the documents becomes fully-active] + expected: FAIL + diff --git a/testing/web-platform/meta/html/webappapis/scripting/event-loops/microtask_after_script.html.ini b/testing/web-platform/meta/html/webappapis/scripting/event-loops/microtask_after_script.html.ini new file mode 100644 index 0000000000..47931b4173 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/event-loops/microtask_after_script.html.ini @@ -0,0 +1,3 @@ +[microtask_after_script.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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 0000000000..0c1263fd61 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/event-loops/task_microtask_ordering.html.ini @@ -0,0 +1,3 @@ +[task_microtask_ordering.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/body-onload.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/body-onload.html.ini new file mode 100644 index 0000000000..2f81fb27db --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/body-onload.html.ini @@ -0,0 +1,3 @@ +[body-onload.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/compile-event-handler-symbol-unscopables.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/compile-event-handler-symbol-unscopables.html.ini new file mode 100644 index 0000000000..c130ede91c --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/compile-event-handler-symbol-unscopables.html.ini @@ -0,0 +1,3 @@ +[compile-event-handler-symbol-unscopables.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-all-global-events.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-all-global-events.html.ini new file mode 100644 index 0000000000..4f77d733b8 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-all-global-events.html.ini @@ -0,0 +1,36 @@ +[event-handler-all-global-events.html] + [oncontextlost: must be on the appropriate locations for GlobalEventHandlers] + expected: FAIL + + [oncontextlost: the default value must be null] + expected: FAIL + + [oncontextlost: the content attribute must be compiled into a function as the corresponding property] + expected: FAIL + + [oncontextlost: the content attribute must execute when an event is dispatched] + expected: FAIL + + [oncontextrestored: must be on the appropriate locations for GlobalEventHandlers] + expected: FAIL + + [oncontextrestored: the default value must be null] + expected: FAIL + + [oncontextrestored: the content attribute must be compiled into a function as the corresponding property] + expected: FAIL + + [oncontextrestored: the content attribute must execute when an event is dispatched] + expected: FAIL + + [onbeforematch: must be on the appropriate locations for GlobalEventHandlers] + expected: FAIL + + [onbeforematch: the default value must be null] + expected: FAIL + + [onbeforematch: the content attribute must be compiled into a function as the corresponding property] + expected: FAIL + + [onbeforematch: the content attribute must execute when an event is dispatched] + expected: FAIL diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-attributes-body-window.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-attributes-body-window.html.ini new file mode 100644 index 0000000000..b96f9c818d --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-attributes-body-window.html.ini @@ -0,0 +1,66 @@ +[event-handler-attributes-body-window.html] + [shadowed unload removal (document.body)] + disabled: Bug 1485887 + expected: + if not debug and (os == "linux") and (processor == "x86_64"): FAIL + if not debug and (os == "mac"): FAIL + if not debug and (os == "win") and (version == "6.1.7601"): FAIL + + [shadowed unload removal (window)] + disabled: Bug 1485887 + expected: + if not debug and (os == "linux") and (processor == "x86_64"): FAIL + if not debug and (os == "mac"): FAIL + if not debug and (os == "win") and (version == "6.1.7601"): FAIL + + [shadowed unload removal (document.createElement("body"))] + disabled: Bug 1485887 + expected: + if not debug and (os == "linux") and (processor == "x86_64"): FAIL + if not debug and (os == "mac"): FAIL + if not debug and (os == "win") and (version == "6.1.7601"): FAIL + + [not shadowed contextrestored (document.body)] + expected: FAIL + + [not shadowed contextlost (window)] + expected: FAIL + + [not shadowed contextlost (document.createElement("body"))] + expected: FAIL + + [not shadowed contextlost (document.body)] + expected: FAIL + + [not shadowed contextrestored (window)] + expected: FAIL + + [not shadowed contextrestored (document.createElement("body"))] + expected: FAIL + + [not shadowed beforematch (window)] + expected: FAIL + + [not shadowed beforematch (document.createElement("body"))] + expected: FAIL + + [not shadowed beforematch (document.body)] + expected: FAIL + + [shadowed pagereveal (document.createElement("body"))] + expected: FAIL + + [shadowed pagereveal removal (document.body)] + expected: FAIL + + [shadowed pagereveal (document.body)] + expected: FAIL + + [shadowed pagereveal (window)] + expected: FAIL + + [shadowed pagereveal removal (document.createElement("body"))] + expected: FAIL + + [shadowed pagereveal removal (window)] + expected: FAIL diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-attributes-frameset-window.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-attributes-frameset-window.html.ini new file mode 100644 index 0000000000..782e089b90 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-attributes-frameset-window.html.ini @@ -0,0 +1,54 @@ +[event-handler-attributes-frameset-window.html] + [shadowed unload removal (window)] + disabled: Bug 1485887 + + [shadowed unload removal (document.body)] + disabled: Bug 1485887 + + [shadowed unload removal (document.createElement("frameset"))] + disabled: Bug 1485887 + + [not shadowed contextrestored (document.body)] + expected: FAIL + + [not shadowed contextlost (window)] + expected: FAIL + + [not shadowed contextlost (document.createElement("frameset"))] + expected: FAIL + + [not shadowed contextrestored (document.createElement("frameset"))] + expected: FAIL + + [not shadowed contextlost (document.body)] + expected: FAIL + + [not shadowed contextrestored (window)] + expected: FAIL + + [not shadowed beforematch (document.createElement("frameset"))] + expected: FAIL + + [not shadowed beforematch (window)] + expected: FAIL + + [not shadowed beforematch (document.body)] + expected: FAIL + + [shadowed pagereveal removal (document.body)] + expected: FAIL + + [shadowed pagereveal (document.createElement("frameset"))] + expected: FAIL + + [shadowed pagereveal removal (document.createElement("frameset"))] + expected: FAIL + + [shadowed pagereveal (document.body)] + expected: FAIL + + [shadowed pagereveal (window)] + expected: FAIL + + [shadowed pagereveal removal (window)] + expected: FAIL diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-attributes-windowless-body.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-attributes-windowless-body.html.ini new file mode 100644 index 0000000000..6d8c1a933f --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-attributes-windowless-body.html.ini @@ -0,0 +1,30 @@ +[event-handler-attributes-windowless-body.html] + [contextlost is unaffected on a windowless body] + expected: FAIL + + [contextlost is unaffected on a windowless frameset] + expected: FAIL + + [contextrestored is unaffected on a windowless body] + expected: FAIL + + [contextrestored is unaffected on a windowless frameset] + expected: FAIL + + [beforematch is unaffected on a windowless body] + expected: FAIL + + [beforematch is unaffected on a windowless frameset] + expected: FAIL + + [Ignore setting of pagereveal window event handlers on windowless body] + expected: FAIL + + [Return null when getting the pagereveal event handler of a windowless body] + expected: FAIL + + [Return null when getting the pagereveal event handler of a windowless frameset] + expected: FAIL + + [Ignore setting of pagereveal window event handlers on windowless frameset] + expected: FAIL diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-handleEvent-ignored.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-handleEvent-ignored.html.ini new file mode 100644 index 0000000000..ead6d8368b --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-handleEvent-ignored.html.ini @@ -0,0 +1,3 @@ +[event-handler-handleEvent-ignored.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-javascript.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-javascript.html.ini new file mode 100644 index 0000000000..dcdf577c67 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-javascript.html.ini @@ -0,0 +1,3 @@ +[event-handler-javascript.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-onmove-01.tentative.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-onmove-01.tentative.html.ini new file mode 100644 index 0000000000..3b3a55281a --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-onmove-01.tentative.html.ini @@ -0,0 +1,3 @@ +[event-handler-onmove-01.tentative.html] + [Window move event] + expected: FAIL diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-onmove-02.tentative.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-onmove-02.tentative.html.ini new file mode 100644 index 0000000000..c741314120 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-onmove-02.tentative.html.ini @@ -0,0 +1,2 @@ +[event-handler-onmove-02.tentative.html] + expected: ERROR diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-onresize.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-onresize.html.ini new file mode 100644 index 0000000000..15a959c725 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-onresize.html.ini @@ -0,0 +1,3 @@ +[event-handler-onresize.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-errorevent.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-errorevent.html.ini new file mode 100644 index 0000000000..0ebbe8d003 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-errorevent.html.ini @@ -0,0 +1,3 @@ +[body-element-synthetic-errorevent.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-event.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-event.html.ini new file mode 100644 index 0000000000..5506b008b0 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/body-element-synthetic-event.html.ini @@ -0,0 +1,3 @@ +[body-element-synthetic-event.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html.ini new file mode 100644 index 0000000000..581a8dfbe8 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html.ini @@ -0,0 +1,3 @@ +[document-synthetic-errorevent.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-event.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-event.html.ini new file mode 100644 index 0000000000..5c203e9419 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-event.html.ini @@ -0,0 +1,3 @@ +[document-synthetic-event.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/frameset-element-synthetic-errorevent.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/frameset-element-synthetic-errorevent.html.ini new file mode 100644 index 0000000000..3271301f17 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/frameset-element-synthetic-errorevent.html.ini @@ -0,0 +1,3 @@ +[frameset-element-synthetic-errorevent.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/frameset-element-synthetic-event.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/frameset-element-synthetic-event.html.ini new file mode 100644 index 0000000000..ead5ab5f9f --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/frameset-element-synthetic-event.html.ini @@ -0,0 +1,3 @@ +[frameset-element-synthetic-event.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/script-element.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/script-element.html.ini new file mode 100644 index 0000000000..3c19bb1474 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/script-element.html.ini @@ -0,0 +1,3 @@ +[script-element.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/synthetic-errorevent-click.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/synthetic-errorevent-click.html.ini new file mode 100644 index 0000000000..bc0f82c273 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/synthetic-errorevent-click.html.ini @@ -0,0 +1,3 @@ +[synthetic-errorevent-click.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/synthetic-errorevent-click.worker.js.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/synthetic-errorevent-click.worker.js.ini new file mode 100644 index 0000000000..020cfec9c5 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/synthetic-errorevent-click.worker.js.ini @@ -0,0 +1,3 @@ +[synthetic-errorevent-click.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html.ini new file mode 100644 index 0000000000..643071ba39 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html.ini @@ -0,0 +1,3 @@ +[window-runtime-error.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-synthetic-errorevent.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-synthetic-errorevent.html.ini new file mode 100644 index 0000000000..cb045a4da3 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-synthetic-errorevent.html.ini @@ -0,0 +1,3 @@ +[window-synthetic-errorevent.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-synthetic-event.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-synthetic-event.html.ini new file mode 100644 index 0000000000..9fb31e3de8 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-synthetic-event.html.ini @@ -0,0 +1,3 @@ +[window-synthetic-event.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/worker.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/worker.html.ini new file mode 100644 index 0000000000..032c39ae1c --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/worker.html.ini @@ -0,0 +1,3 @@ +[worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-runtime-error.worker.js.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-runtime-error.worker.js.ini new file mode 100644 index 0000000000..c7f0712c79 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-runtime-error.worker.js.ini @@ -0,0 +1,3 @@ +[workerglobalscope-runtime-error.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-synthetic-errorevent.worker.js.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-synthetic-errorevent.worker.js.ini new file mode 100644 index 0000000000..4c8988fdba --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-synthetic-errorevent.worker.js.ini @@ -0,0 +1,3 @@ +[workerglobalscope-synthetic-errorevent.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-synthetic-event.worker.js.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-synthetic-event.worker.js.ini new file mode 100644 index 0000000000..eb6b3b4edd --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm-error/workerglobalscope-synthetic-event.worker.js.ini @@ -0,0 +1,3 @@ +[workerglobalscope-synthetic-event.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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 0000000000..5ea38f9154 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-processing-algorithm.html.ini @@ -0,0 +1,3 @@ +[event-handler-processing-algorithm.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-removal.window.js.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-removal.window.js.ini new file mode 100644 index 0000000000..c49a297d9e --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-removal.window.js.ini @@ -0,0 +1,5 @@ +[event-handler-removal.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Event handler set through content attribute should be re-activated even if content is the same.] + expected: FAIL diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-sourcetext.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-sourcetext.html.ini new file mode 100644 index 0000000000..9dc1b4e11d --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-sourcetext.html.ini @@ -0,0 +1,3 @@ +[event-handler-sourcetext.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-spec-example.window.js.ini b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-spec-example.window.js.ini new file mode 100644 index 0000000000..cc120a982f --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-spec-example.window.js.ini @@ -0,0 +1,3 @@ +[event-handler-spec-example.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/eventhandler-cancellation.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/eventhandler-cancellation.html.ini new file mode 100644 index 0000000000..a5f9db23b0 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/eventhandler-cancellation.html.ini @@ -0,0 +1,3 @@ +[eventhandler-cancellation.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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 0000000000..397b525279 --- /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] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.window.js.ini b/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.window.js.ini new file mode 100644 index 0000000000..c9358372fc --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-late.window.js.ini @@ -0,0 +1,3 @@ +[invalid-uncompiled-raw-handler-compiled-late.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-once.window.js.ini b/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-once.window.js.ini new file mode 100644 index 0000000000..4809083504 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-compiled-once.window.js.ini @@ -0,0 +1,3 @@ +[invalid-uncompiled-raw-handler-compiled-once.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-keeps-position.window.js.ini b/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-keeps-position.window.js.ini new file mode 100644 index 0000000000..ccc3768c79 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/invalid-uncompiled-raw-handler-keeps-position.window.js.ini @@ -0,0 +1,3 @@ +[invalid-uncompiled-raw-handler-keeps-position.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/messageevent-constructor.https.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/messageevent-constructor.https.html.ini new file mode 100644 index 0000000000..f0a7dbd3b5 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/messageevent-constructor.https.html.ini @@ -0,0 +1,6 @@ +[messageevent-constructor.https.html] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] + [Passing ServiceWorker for source member] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/onerroreventhandler.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/onerroreventhandler.html.ini new file mode 100644 index 0000000000..e6eae51dc1 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/onerroreventhandler.html.ini @@ -0,0 +1,3 @@ +[onerroreventhandler.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/events/uncompiled_event_handler_with_scripting_disabled.html.ini b/testing/web-platform/meta/html/webappapis/scripting/events/uncompiled_event_handler_with_scripting_disabled.html.ini new file mode 100644 index 0000000000..ac1cb9ad8a --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/uncompiled_event_handler_with_scripting_disabled.html.ini @@ -0,0 +1,3 @@ +[uncompiled_event_handler_with_scripting_disabled.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/addEventListener.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/addEventListener.html.ini new file mode 100644 index 0000000000..b91afadfb8 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/addEventListener.html.ini @@ -0,0 +1,3 @@ +[addEventListener.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/body-onerror-compile-error-data-url.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/body-onerror-compile-error-data-url.html.ini new file mode 100644 index 0000000000..14e050d3df --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/body-onerror-compile-error-data-url.html.ini @@ -0,0 +1,3 @@ +[body-onerror-compile-error-data-url.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/body-onerror-compile-error.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/body-onerror-compile-error.html.ini new file mode 100644 index 0000000000..105deb1fe2 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/body-onerror-compile-error.html.ini @@ -0,0 +1,3 @@ +[body-onerror-compile-error.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/body-onerror-runtime-error.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/body-onerror-runtime-error.html.ini new file mode 100644 index 0000000000..f7b5ad7213 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/body-onerror-runtime-error.html.ini @@ -0,0 +1,3 @@ +[body-onerror-runtime-error.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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 0000000000..f047340d93 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setInterval.html.ini @@ -0,0 +1,3 @@ +[compile-error-cross-origin-setInterval.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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 0000000000..6fb7531276 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-cross-origin-setTimeout.html.ini @@ -0,0 +1,3 @@ +[compile-error-cross-origin-setTimeout.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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 0000000000..bd5edb030b --- /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] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [window.onerror - compile error in <script src=//www1...>] + expected: FAIL diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-data-url.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-data-url.html.ini new file mode 100644 index 0000000000..db9ffde0bf --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-data-url.html.ini @@ -0,0 +1,3 @@ +[compile-error-data-url.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-in-attribute.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-in-attribute.html.ini new file mode 100644 index 0000000000..6e6ccbee0e --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-in-attribute.html.ini @@ -0,0 +1,3 @@ +[compile-error-in-attribute.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-in-body-onerror.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-in-body-onerror.html.ini new file mode 100644 index 0000000000..fb7400fe2d --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-in-body-onerror.html.ini @@ -0,0 +1,3 @@ +[compile-error-in-body-onerror.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-in-setInterval.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-in-setInterval.html.ini new file mode 100644 index 0000000000..de0365e980 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-in-setInterval.html.ini @@ -0,0 +1,3 @@ +[compile-error-in-setInterval.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-in-setTimeout.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-in-setTimeout.html.ini new file mode 100644 index 0000000000..7194f7a448 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-in-setTimeout.html.ini @@ -0,0 +1,3 @@ +[compile-error-in-setTimeout.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-same-origin-with-hash.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-same-origin-with-hash.html.ini new file mode 100644 index 0000000000..23d5812b35 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-same-origin-with-hash.html.ini @@ -0,0 +1,3 @@ +[compile-error-same-origin-with-hash.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-same-origin.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-same-origin.html.ini new file mode 100644 index 0000000000..067efc6e33 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error-same-origin.html.ini @@ -0,0 +1,3 @@ +[compile-error-same-origin.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error.html.ini new file mode 100644 index 0000000000..50045f018a --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/compile-error.html.ini @@ -0,0 +1,3 @@ +[compile-error.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-agent-formalism/atomics-wait-async.https.any.js.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-agent-formalism/atomics-wait-async.https.any.js.ini new file mode 100644 index 0000000000..bd704a7587 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-agent-formalism/atomics-wait-async.https.any.js.ini @@ -0,0 +1,16 @@ +[atomics-wait-async.https.any.html] + expected: + if (os == "android") and debug and not swgl: TIMEOUT + [Atomics.waitAsync timeout in a Window] + expected: FAIL + + [Atomics.waitAsync notification in a Window] + expected: FAIL + + +[atomics-wait-async.https.any.worker.html] + [Atomics.waitAsync timeout in a DedicatedWorkerGlobalScope] + expected: FAIL + + [Atomics.waitAsync notification in a DedicatedWorkerGlobalScope] + expected: FAIL diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-agent-formalism/requires-failure.https.any.js.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-agent-formalism/requires-failure.https.any.js.ini new file mode 100644 index 0000000000..d183eb8836 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-agent-formalism/requires-failure.https.any.js.ini @@ -0,0 +1,7 @@ +[requires-failure.https.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[requires-failure.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-agent-formalism/requires-success.any.js.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-agent-formalism/requires-success.any.js.ini new file mode 100644 index 0000000000..dd943fd95f --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-agent-formalism/requires-success.any.js.ini @@ -0,0 +1,10 @@ +[requires-success.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [[[CanBlock\]\] in a SharedWorkerGlobalScope] + expected: FAIL + + +[requires-success.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-job-queue/promise-job-entry-different-function-realm.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-job-queue/promise-job-entry-different-function-realm.html.ini new file mode 100644 index 0000000000..af342de6c4 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-job-queue/promise-job-entry-different-function-realm.html.ini @@ -0,0 +1,4 @@ +[promise-job-entry-different-function-realm.html] + max-asserts: 3 + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-job-queue/promise-job-entry.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-job-queue/promise-job-entry.html.ini new file mode 100644 index 0000000000..ef05b8ba6a --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-job-queue/promise-job-entry.html.ini @@ -0,0 +1,3 @@ +[promise-job-entry.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-job-queue/promise-job-incumbent.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-job-queue/promise-job-incumbent.html.ini new file mode 100644 index 0000000000..08fa3f7d11 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/integration-with-the-javascript-job-queue/promise-job-incumbent.html.ini @@ -0,0 +1,3 @@ +[promise-job-incumbent.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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 0000000000..e0eb2b9831 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setInterval.html.ini @@ -0,0 +1,3 @@ +[runtime-error-cross-origin-setInterval.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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 0000000000..a98d808bdd --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-cross-origin-setTimeout.html.ini @@ -0,0 +1,3 @@ +[runtime-error-cross-origin-setTimeout.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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 0000000000..21417e984c --- /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] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [window.onerror - runtime error in <script src=//www1...>] + expected: FAIL diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-data-url.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-data-url.html.ini new file mode 100644 index 0000000000..31f16f5ed8 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-data-url.html.ini @@ -0,0 +1,3 @@ +[runtime-error-data-url.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-attribute.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-attribute.html.ini new file mode 100644 index 0000000000..b6e0a9a76f --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-attribute.html.ini @@ -0,0 +1,3 @@ +[runtime-error-in-attribute.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-body-onerror.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-body-onerror.html.ini new file mode 100644 index 0000000000..2441363a62 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-body-onerror.html.ini @@ -0,0 +1,3 @@ +[runtime-error-in-body-onerror.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-setInterval.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-setInterval.html.ini new file mode 100644 index 0000000000..d2103afefc --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-setInterval.html.ini @@ -0,0 +1,3 @@ +[runtime-error-in-setInterval.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-setTimeout.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-setTimeout.html.ini new file mode 100644 index 0000000000..9b10920a34 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-setTimeout.html.ini @@ -0,0 +1,3 @@ +[runtime-error-in-setTimeout.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-window-onerror.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-window-onerror.html.ini new file mode 100644 index 0000000000..d7afcccc4d --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-in-window-onerror.html.ini @@ -0,0 +1,3 @@ +[runtime-error-in-window-onerror.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-same-origin-with-hash.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-same-origin-with-hash.html.ini new file mode 100644 index 0000000000..7c817c6747 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-same-origin-with-hash.html.ini @@ -0,0 +1,3 @@ +[runtime-error-same-origin-with-hash.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-same-origin.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-same-origin.html.ini new file mode 100644 index 0000000000..d66b04ba6e --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error-same-origin.html.ini @@ -0,0 +1,3 @@ +[runtime-error-same-origin.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error.html.ini new file mode 100644 index 0000000000..4e6d53ce4e --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/runtime-error.html.ini @@ -0,0 +1,3 @@ +[runtime-error.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/allow-crossorigin.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/allow-crossorigin.html.ini new file mode 100644 index 0000000000..05aa57e15b --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/allow-crossorigin.html.ini @@ -0,0 +1,3 @@ +[allow-crossorigin.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/disallow-crossorigin.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/disallow-crossorigin.html.ini new file mode 100644 index 0000000000..b9ece8b85d --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/disallow-crossorigin.html.ini @@ -0,0 +1,3 @@ +[disallow-crossorigin.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-event-constructor.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-event-constructor.html.ini new file mode 100644 index 0000000000..832bf97789 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-event-constructor.html.ini @@ -0,0 +1,3 @@ +[promise-rejection-event-constructor.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-event-during-parse.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-event-during-parse.html.ini new file mode 100644 index 0000000000..38439b9817 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-event-during-parse.html.ini @@ -0,0 +1,3 @@ +[promise-rejection-event-during-parse.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-onerror.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-onerror.html.ini new file mode 100644 index 0000000000..2f0990e3b0 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-onerror.html.ini @@ -0,0 +1,3 @@ +[promise-rejection-events-onerror.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.dedicatedworker.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.dedicatedworker.html.ini new file mode 100644 index 0000000000..ef9cbf8e07 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.dedicatedworker.html.ini @@ -0,0 +1,3 @@ +[promise-rejection-events.dedicatedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.html.ini new file mode 100644 index 0000000000..2811e32372 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.html.ini @@ -0,0 +1,3 @@ +[promise-rejection-events.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.serviceworker.https.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.serviceworker.https.html.ini new file mode 100644 index 0000000000..048e12afeb --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.serviceworker.https.html.ini @@ -0,0 +1,3 @@ +[promise-rejection-events.serviceworker.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.sharedworker.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.sharedworker.html.ini new file mode 100644 index 0000000000..9cc39cf0b0 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.sharedworker.html.ini @@ -0,0 +1,3 @@ +[promise-rejection-events.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-resolution-order.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-resolution-order.html.ini new file mode 100644 index 0000000000..a297bee0f1 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-resolution-order.html.ini @@ -0,0 +1,4 @@ +[promise-resolution-order.html] + expected: TIMEOUT + [Promise rejection ordering] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-parse-error.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-parse-error.html.ini new file mode 100644 index 0000000000..e464fd52c9 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-parse-error.html.ini @@ -0,0 +1,3 @@ +[window-onerror-parse-error.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-runtime-error-throw.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-runtime-error-throw.html.ini new file mode 100644 index 0000000000..93c951f305 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-runtime-error-throw.html.ini @@ -0,0 +1,3 @@ +[window-onerror-runtime-error-throw.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-runtime-error.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-runtime-error.html.ini new file mode 100644 index 0000000000..fb23c83dd0 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-runtime-error.html.ini @@ -0,0 +1,3 @@ +[window-onerror-runtime-error.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-1.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-1.html.ini new file mode 100644 index 0000000000..c069873aaa --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-1.html.ini @@ -0,0 +1,3 @@ +[window-onerror-with-cross-frame-event-listeners-1.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-2.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-2.html.ini new file mode 100644 index 0000000000..cf8142875c --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-2.html.ini @@ -0,0 +1,3 @@ +[window-onerror-with-cross-frame-event-listeners-2.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-3.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-3.html.ini new file mode 100644 index 0000000000..2dc25b5cca --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-3.html.ini @@ -0,0 +1,3 @@ +[window-onerror-with-cross-frame-event-listeners-3.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-4.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-4.html.ini new file mode 100644 index 0000000000..2fbf204133 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-4.html.ini @@ -0,0 +1,3 @@ +[window-onerror-with-cross-frame-event-listeners-4.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-5.html.ini b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-5.html.ini new file mode 100644 index 0000000000..f00de1b883 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-5.html.ini @@ -0,0 +1,3 @@ +[window-onerror-with-cross-frame-event-listeners-5.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/reporterror-cross-realm-method.html.ini b/testing/web-platform/meta/html/webappapis/scripting/reporterror-cross-realm-method.html.ini new file mode 100644 index 0000000000..321fe89d06 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/reporterror-cross-realm-method.html.ini @@ -0,0 +1,3 @@ +[reporterror-cross-realm-method.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/webappapis/scripting/reporterror.any.js.ini b/testing/web-platform/meta/html/webappapis/scripting/reporterror.any.js.ini new file mode 100644 index 0000000000..98d6ac035e --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/reporterror.any.js.ini @@ -0,0 +1,18 @@ +[reporterror.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [self.reportError() doesn't invoke getters] + expected: + if os == "win": PASS + if os == "android": PASS + [PASS, FAIL] + + +[reporterror.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [self.reportError() doesn't invoke getters] + expected: + if os == "win": PASS + if os == "android": PASS + [PASS, FAIL] |