From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../math-global-event-handlers.tentative.html.ini | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 testing/web-platform/meta/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini (limited to 'testing/web-platform/meta/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini') 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 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 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 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 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 element must trigger element.onbeforetoggle] + expected: FAIL -- cgit v1.2.3