[wpt-sync] Sync PR 49933 - Deal with remaining <selectlist> tests
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 49933 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49933
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Deal with remaining <selectlist> tests
select-keyboard.tentative.html was replaced with
select-keyboard-behavior.tentative.html, select-disabled.tentative.html,
and select-synthetic-events.tentative.html.select-option-label-rendering.tentative.html is a duplicate of
select-appearance-option-with-label.tentative.html.Fixed: 366394195
Bug: 40884429
Change-Id: Iff4a462005fbed73d0bb0478a9cf598db9ed5ff5Reviewed-on: https://chromium-review.googlesource.com/6092351
WPT-Export-Revision: 97a086af99675d27c340a1ea0c71698e336da639
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 9 tests
Status Summary
Firefox
OK
: 5
PASS
: 9
FAIL
: 19
Chrome
OK
: 5
PASS
: 25
FAIL
: 3
Safari
OK
: 5
PASS
: 9
FAIL
: 19
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-disabled.tentative.html [wpt.fyi]
- defaultbutton: <select disabled> should prevent focus and activation with appearance:base-select.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - custombutton: <select disabled> should prevent focus and activation with appearance:base-select.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- defaultbutton: <select disabled> should prevent focus and activation with appearance:base-select.:
- /html/semantics/forms/the-select-element/customizable-select/select-synthetic-events.tentative.html [wpt.fyi]
- defaultbutton: Synthetic events should not trigger behaviors of select element.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - custombutton: Synthetic events should not trigger behaviors of select element.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- defaultbutton: Synthetic events should not trigger behaviors of select element.:
- /html/semantics/forms/the-select-element/select-events.tentative.html [wpt.fyi]
- Button controller code should not run if the mousedown event is preventDefaulted.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Listbox controller code should not run if the mousedown event is preventDefaulted.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - <select> should fire input and change events when new option is selected.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - <select> should not fire input and change events when new selected option has the same value as the old.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - <select> should fire input and change events when option in listbox is clicked:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Check that <Space> opens <select>.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Check that <Space> opens <select> when <select> specifies tabindex:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Button controller code should not run if the mousedown event is preventDefaulted.:
- /html/semantics/forms/the-select-element/select-pseudo-open-closed.tentative.html [wpt.fyi]
- select should support :open pseudo selector.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - select :open and :not(:open) should invalidate correctly.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- select should support :open pseudo selector.:
- /html/semantics/forms/the-select-element/select-value-selectedOption.tentative.html [wpt.fyi]
- Test that slotted-in selected-value part is updated to value of select:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Test that option parts in a slotted-in listbox are reflected in the value property:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Test that slotted-in selected-value part is updated to value of select:
- /html/semantics/forms/the-select-element/customizable-select/select-explicit-size.tentative.html [wpt.fyi]:
FAIL
(Chrome:PASS
, Safari:FAIL
) - /html/semantics/forms/the-select-element/customizable-select/select-font-size.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /html/semantics/forms/the-select-element/customizable-select/select-selected-value-behavior.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /html/semantics/forms/the-select-element/customizable-select/select-text-only.tentative.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
https://hg.mozilla.org/mozilla-central/rev/c56e11f05a05
https://hg.mozilla.org/mozilla-central/rev/2e234c1c4674
Description
•