From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../math-global-event-handlers.tentative.html.ini | 47 ++++++++++++++++++++++ 1 file changed, 47 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..35ff408d09 --- /dev/null +++ b/testing/web-platform/meta/mathml/relations/html5-tree/math-global-event-handlers.tentative.html.ini @@ -0,0 +1,47 @@ +[math-global-event-handlers.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [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 -- cgit v1.2.3