[wpt-sync] Sync PR 50389 - Improve select-mouse-behavior.tentative.html
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50389 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50389
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Improve select-mouse-behavior.tentative.html
This patch addresses timeouts by adding a long timeout to the test and
addresses failing on headless shell by replacing a test_driver.click()
with a test_driver.actions (not sure why it helps, but I was able to
verify that it fixes it locally)Fixed: 385088752, 384980894, 390465675
Change-Id: I04c8037d7069d66f716664a92a4d32f4d62eba9a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6120242
Reviewed-by: Mason Freed \<masonf@chromium.org>
Commit-Queue: Joey Arhar \<jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1413546}
Assignee | ||
Updated•23 days ago
|
Assignee | ||
Comment 1•23 days ago
|
||
Assignee | ||
Comment 2•23 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 8 subtests
Status Summary
Firefox
OK
: 1
PASS
: 2[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview] 3[Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt, GitHub]
FAIL
: 5[Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt, GitHub] 6[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview]
Chrome
OK
: 1
PASS
: 8
Safari
OK
: 1
FAIL
: 8
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/customizable-select/select-mouse-behavior.tentative.html [wpt.fyi]
- fallbackbutton: Select with appearance:base-select should open and close when clicking the button.:
FAIL
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
],PASS
[Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
,GitHub
] (Chrome:PASS
, Safari:FAIL
) - fallbackbutton: Clicking an option in an appearance:base-select select should choose the option and close the popover.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - fallbackbutton: Touch input should work the same as mouse input.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - custombutton: Select with appearance:base-select should open and close when clicking the button.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - custombutton: Clicking an option in an appearance:base-select select should choose the option and close the popover.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - custombutton: Touch input should work the same as mouse input.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- fallbackbutton: Select with appearance:base-select should open and close when clicking the button.:
Comment 4•21 days ago
|
||
bugherder |
Description
•