[wpt-sync] Sync PR 44020 - WebDriver based WPT for the 'onmove' handler
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44020 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44020
Details from upstream follow.
Javier Fernández García-Boente <jfernandez@igalia.com> wrote:
WebDriver based WPT for the 'onmove' handler
This CL defines a new WPT to verify the 'onmove' event handler is
triggered using the Set / Get Window Rect WebDriver command. This way
we ensure that the codepath that emits the event is executed, instead
of using the eventSender to emit a fake event.Additionally, the CL implements the testdriver-vendor.js support for
these commands.Bug: 1466855
Change-Id: Iabdd655c06af1eb5979a02a02b3a0fd978b2f6e4
Reviewed-on: https://chromium-review.googlesource.com/5201474
WPT-Export-Revision: 581de1f0970c38800c9a5e26bffe52de22718b47
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
ERROR
: 1
Chrome
OK
: 1
FAIL
: 1
TIMEOUT
: 2
Safari
OK
: 1
FAIL
: 1
TIMEOUT
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/webappapis/scripting/events/event-handler-onmove-01.tentative.html [wpt.fyi]
- Window move event:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Window move event:
- /html/webappapis/scripting/events/event-handler-onmove-02.tentative.html [wpt.fyi]:
ERROR
(Chrome:TIMEOUT
, Safari:TIMEOUT
)
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/356708f94ad2
https://hg.mozilla.org/mozilla-central/rev/a062bdf0ee4d
Description
•