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 --- .../semantics/invokers/idlharness.tentative.html | 16 ++ .../invokeelement-interface.tentative.html | 93 +++++++ .../invokeevent-dispatch-shadow.tentative.html | 104 ++++++++ .../invokers/invokeevent-interface.tentative.html | 166 ++++++++++++ ...voketarget-button-event-dispatch.tentative.html | 119 +++++++++ ...invoketarget-fullscreen-behavior.tentative.html | 175 +++++++++++++ ...target-generic-eventtarget-crash.tentative.html | 18 ++ .../invoketarget-on-audio-behavior.tentative.html | 285 +++++++++++++++++++++ ...invoketarget-on-details-behavior.tentative.html | 218 ++++++++++++++++ ...invoketarget-on-popover-behavior.tentative.html | 209 +++++++++++++++ .../invoketarget-on-video-behavior.tentative.html | 253 ++++++++++++++++++ .../semantics/invokers/resources/invoker-utils.js | 12 + 12 files changed, 1668 insertions(+) create mode 100644 testing/web-platform/tests/html/semantics/invokers/idlharness.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/invokers/invokeelement-interface.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/invokers/invokeevent-dispatch-shadow.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/invokers/invokeevent-interface.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/invokers/invoketarget-button-event-dispatch.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/invokers/invoketarget-fullscreen-behavior.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/invokers/invoketarget-generic-eventtarget-crash.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/invokers/invoketarget-on-audio-behavior.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/invokers/invoketarget-on-details-behavior.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/invokers/resources/invoker-utils.js (limited to 'testing/web-platform/tests/html/semantics/invokers') diff --git a/testing/web-platform/tests/html/semantics/invokers/idlharness.tentative.html b/testing/web-platform/tests/html/semantics/invokers/idlharness.tentative.html new file mode 100644 index 0000000000..b215f65813 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/invokers/idlharness.tentative.html @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/html/semantics/invokers/invokeelement-interface.tentative.html b/testing/web-platform/tests/html/semantics/invokers/invokeelement-interface.tentative.html new file mode 100644 index 0000000000..b003daf20d --- /dev/null +++ b/testing/web-platform/tests/html/semantics/invokers/invokeelement-interface.tentative.html @@ -0,0 +1,93 @@ + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/html/semantics/invokers/invokeevent-dispatch-shadow.tentative.html b/testing/web-platform/tests/html/semantics/invokers/invokeevent-dispatch-shadow.tentative.html new file mode 100644 index 0000000000..84337d5723 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/invokers/invokeevent-dispatch-shadow.tentative.html @@ -0,0 +1,104 @@ + + + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/html/semantics/invokers/invokeevent-interface.tentative.html b/testing/web-platform/tests/html/semantics/invokers/invokeevent-interface.tentative.html new file mode 100644 index 0000000000..82910b3d44 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/invokers/invokeevent-interface.tentative.html @@ -0,0 +1,166 @@ + + + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/html/semantics/invokers/invoketarget-button-event-dispatch.tentative.html b/testing/web-platform/tests/html/semantics/invokers/invoketarget-button-event-dispatch.tentative.html new file mode 100644 index 0000000000..b19c1d3adc --- /dev/null +++ b/testing/web-platform/tests/html/semantics/invokers/invoketarget-button-event-dispatch.tentative.html @@ -0,0 +1,119 @@ + + + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/html/semantics/invokers/invoketarget-fullscreen-behavior.tentative.html b/testing/web-platform/tests/html/semantics/invokers/invoketarget-fullscreen-behavior.tentative.html new file mode 100644 index 0000000000..b72020283e --- /dev/null +++ b/testing/web-platform/tests/html/semantics/invokers/invoketarget-fullscreen-behavior.tentative.html @@ -0,0 +1,175 @@ + + + + + + + + + + + +
+ Fullscreen content + +
+ + diff --git a/testing/web-platform/tests/html/semantics/invokers/invoketarget-generic-eventtarget-crash.tentative.html b/testing/web-platform/tests/html/semantics/invokers/invoketarget-generic-eventtarget-crash.tentative.html new file mode 100644 index 0000000000..b2179640dd --- /dev/null +++ b/testing/web-platform/tests/html/semantics/invokers/invoketarget-generic-eventtarget-crash.tentative.html @@ -0,0 +1,18 @@ + + + + +
+ + diff --git a/testing/web-platform/tests/html/semantics/invokers/invoketarget-on-audio-behavior.tentative.html b/testing/web-platform/tests/html/semantics/invokers/invoketarget-on-audio-behavior.tentative.html new file mode 100644 index 0000000000..f3abeae165 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/invokers/invoketarget-on-audio-behavior.tentative.html @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/html/semantics/invokers/invoketarget-on-details-behavior.tentative.html b/testing/web-platform/tests/html/semantics/invokers/invoketarget-on-details-behavior.tentative.html new file mode 100644 index 0000000000..c6735e2611 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/invokers/invoketarget-on-details-behavior.tentative.html @@ -0,0 +1,218 @@ + + + + + + + + + + + +
+ Details Contents +
+ + + diff --git a/testing/web-platform/tests/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html b/testing/web-platform/tests/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html new file mode 100644 index 0000000000..03eba22285 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/invokers/invoketarget-on-popover-behavior.tentative.html @@ -0,0 +1,209 @@ + + + + + + + + + + + +
+ +
+ + + diff --git a/testing/web-platform/tests/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html b/testing/web-platform/tests/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html new file mode 100644 index 0000000000..5bbcd83e72 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/html/semantics/invokers/resources/invoker-utils.js b/testing/web-platform/tests/html/semantics/invokers/resources/invoker-utils.js new file mode 100644 index 0000000000..317945502d --- /dev/null +++ b/testing/web-platform/tests/html/semantics/invokers/resources/invoker-utils.js @@ -0,0 +1,12 @@ +function waitForRender() { + return new Promise(resolve => requestAnimationFrame(() => requestAnimationFrame(resolve))); +} +async function clickOn(element) { + const actions = new test_driver.Actions(); + await waitForRender(); + await actions.pointerMove(0, 0, {origin: element}) + .pointerDown({button: actions.ButtonType.LEFT}) + .pointerUp({button: actions.ButtonType.LEFT}) + .send(); + await waitForRender(); +} -- cgit v1.2.3