[wpt-sync] Sync PR 50034 - Move some customizable select 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 50034 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50034
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Move some customizable select tests
These customizable select tests belong in the customizable-select
subdirectory of the-select-element, so this patch moves them there.Change-Id: Ic5c8257a601d35f77d5ed09d97466878764d466b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6093890
Auto-Submit: Joey Arhar \<jarhar@chromium.org>
Reviewed-by: Traian Captan \<tcaptan@chromium.org>
Commit-Queue: Traian Captan \<tcaptan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1405042}
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
Assignee | ||
Comment 3•1 month ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 11 subtests
Status Summary
Firefox
OK
: 3
PASS
: 9
FAIL
: 11
Chrome
OK
: 3
PASS
: 20
Safari
OK
: 3
PASS
: 9
FAIL
: 11
Links
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/customizable-select/select-events-2.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/customizable-select/select-pseudo-open.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/customizable-select/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:
https://hg.mozilla.org/mozilla-central/rev/1b409e3f28f9
https://hg.mozilla.org/mozilla-central/rev/06165ec49636
Description
•