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/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini | |
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/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/testing/web-platform/meta/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini b/testing/web-platform/meta/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini new file mode 100644 index 0000000000..aae42c18e8 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini @@ -0,0 +1,77 @@ +[math-global-event-handlers.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [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: dispatching an Event at a <math> element must trigger element.oncancel] + expected: FAIL + + [oncancel: must be on the appropriate locations for GlobalEventHandlers] + expected: FAIL + + [oncancel: dynamic changes on the attribute] + 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: dynamic changes on the attribute] + expected: FAIL + + [oncontextlost: dispatching an Event at a <math> element must trigger element.oncontextlost] + 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: dynamic changes on the attribute] + expected: FAIL + + [oncontextrestored: dispatching an Event at a <math> element must trigger element.oncontextrestored] + 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: dynamic changes on the attribute] + expected: FAIL + + [onbeforematch: dispatching an Event at a <math> element must trigger element.onbeforematch] + 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 + + [onbeforetoggle: dynamic changes on the attribute] + expected: FAIL + + [onbeforetoggle: dispatching an Event at a <math> element must trigger element.onbeforetoggle] + expected: FAIL |