From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../interestevent-interface.tentative.html.ini | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 testing/web-platform/meta/html/semantics/invokers/interestevent-interface.tentative.html.ini (limited to 'testing/web-platform/meta/html/semantics/invokers/interestevent-interface.tentative.html.ini') diff --git a/testing/web-platform/meta/html/semantics/invokers/interestevent-interface.tentative.html.ini b/testing/web-platform/meta/html/semantics/invokers/interestevent-interface.tentative.html.ini new file mode 100644 index 0000000000..5c2d245e47 --- /dev/null +++ b/testing/web-platform/meta/html/semantics/invokers/interestevent-interface.tentative.html.ini @@ -0,0 +1,66 @@ +[interestevent-interface.tentative.html] + [action is a readonly defaulting to ''] + expected: FAIL + + [invoker is readonly defaulting to null] + expected: FAIL + + [action reflects initialized attribute] + expected: FAIL + + [action set to undefined] + expected: FAIL + + [action set to null] + expected: FAIL + + [action set to false] + expected: FAIL + + [action explicitly set to empty string] + expected: FAIL + + [action set to true] + expected: FAIL + + [action set to a number] + expected: FAIL + + [action set to [\]] + expected: FAIL + + [action set to [1, 2, 3\]] + expected: FAIL + + [action set to an object] + expected: FAIL + + [action set to an object with a toString function] + expected: FAIL + + [InterestEventInit properties set value] + expected: FAIL + + [InterestEventInit properties set value 2] + expected: FAIL + + [InterestEventInit properties set value 3] + expected: FAIL + + [invoker set to undefined] + expected: FAIL + + [invoker set to null] + expected: FAIL + + [invoker set to false] + expected: FAIL + + [invoker set to true] + expected: FAIL + + [invoker set to {}] + expected: FAIL + + [invoker set to non-Element EventTarget] + expected: FAIL -- cgit v1.2.3