[wpt-sync] Sync PR 47701 - Add test cases to select-mouse-behavior.tentative.html
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47701 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47701
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Add test cases to select-mouse-behavior.tentative.html
This test was missing the combinations of having author provided or
fallback datalists or buttons.This patch also adds select-mouse-behavior to TestExpectations due to
different failure messages on different platforms, just like the
keyboard test in this patch: http://crrev.com/1339476Change-Id: I60481c5525d03656891ecf1550b34fb656edf4d1
Reviewed-on: https://chromium-review.googlesource.com/5766778
WPT-Export-Revision: b93a3acf8447b099ee45621fc15af7b92eb69076
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 8 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
FAIL: 8
Chrome
OK : 1
PASS: 4
FAIL: 4
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/stylable-select/select-mouse-behavior.tentative.html [wpt.fyi]
- fallbackbutton-fallbackdatalist: Select with appearance:base-select should open and close when clicking the button.:
FAIL(Chrome:PASS, Safari:FAIL) - fallbackbutton-fallbackdatalist: Clicking an option in an appearance:base-select select should choose the option and close the popover.:
FAIL(Chrome:FAIL, Safari:FAIL) - fallbackbutton-customdatalist: Select with appearance:base-select should open and close when clicking the button.:
FAIL(Chrome:PASS, Safari:FAIL) - fallbackbutton-customdatalist: Clicking an option in an appearance:base-select select should choose the option and close the popover.:
FAIL(Chrome:FAIL, Safari:FAIL) - custombutton-fallbackdatalist: Select with appearance:base-select should open and close when clicking the button.:
FAIL(Chrome:PASS, Safari:FAIL) - custombutton-fallbackdatalist: Clicking an option in an appearance:base-select select should choose the option and close the popover.:
FAIL(Chrome:FAIL, Safari:FAIL) - custombutton-customdatalist: Select with appearance:base-select should open and close when clicking the button.:
FAIL(Chrome:PASS, Safari:FAIL) - custombutton-customdatalist: Clicking an option in an appearance:base-select select should choose the option and close the popover.:
FAIL(Chrome:FAIL, Safari:FAIL)
- fallbackbutton-fallbackdatalist: Select with appearance:base-select should open and close when clicking the button.:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/297ebdf21756
https://hg.mozilla.org/mozilla-central/rev/924f4c90fa40
Description
•