diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/html/webappapis/scripting/events | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/webappapis/scripting/events')
37 files changed, 308 insertions, 0 deletions
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..dcd29f2035 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/event-handler-all-global-events.html.ini @@ -0,0 +1,57 @@ +[event-handler-all-global-events.html] + [oncancel: must be on the appropriate locations for GlobalEventHandlers] + expected: FAIL + + [oncancel: the default value must be null] + expected: FAIL + + [oncancel: the content attribute must be compiled into a function as the corresponding property] + expected: FAIL + + [oncancel: the content attribute must execute when an event is dispatched] + expected: FAIL + + [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 + + [onbeforetoggle: must be on the appropriate locations for GlobalEventHandlers] + expected: FAIL + + [onbeforetoggle: the default value must be null] + expected: FAIL + + [onbeforetoggle: the content attribute must be compiled into a function as the corresponding property] + 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..8e0b858678 --- /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] + [not shadowed cancel (document.body)] + expected: FAIL + + [not shadowed cancel (document.createElement("body"))] + expected: FAIL + + [not shadowed cancel (window)] + expected: FAIL + + [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 + + [not shadowed beforetoggle (document.body)] + expected: FAIL + + [not shadowed beforetoggle (window)] + expected: FAIL + + [not shadowed beforetoggle (document.createElement("body"))] + 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..fd89694897 --- /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] + [not shadowed cancel (document.createElement("frameset"))] + expected: FAIL + + [not shadowed cancel (document.body)] + expected: FAIL + + [not shadowed cancel (window)] + expected: FAIL + + [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 + + [not shadowed beforetoggle (document.body)] + expected: FAIL + + [not shadowed beforetoggle (window)] + expected: FAIL + + [not shadowed beforetoggle (document.createElement("frameset"))] + 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..d4d4302d69 --- /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] + [cancel is unaffected on a windowless body] + expected: FAIL + + [cancel is unaffected on a windowless frameset] + expected: FAIL + + [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 + + [beforetoggle is unaffected on a windowless frameset] + expected: FAIL + + [beforetoggle is unaffected on a windowless body] + 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-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..fdaf1b759e --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/scripting/events/messageevent-constructor.https.html.ini @@ -0,0 +1,3 @@ +[messageevent-constructor.https.html] + expected: + if (os == "android") and fission: [OK, 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] |