Open
Bug 1858243
Opened 1 year ago
Updated 5 months ago
New wpt failures in /html/semantics/forms/the-selectlist-element/ [selectlist-nested.tentative.html, selectlist-parts-structure.tentative.html, selectlist-popover-position-with-zoom.tentative.html, and 1 others]
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
Details
(Whiteboard: [wpt])
Syncing wpt PR 42319 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /html/semantics/forms/the-selectlist-element/selectlist-nested.tentative.html [wpt.fyi]
- A <selectlist> shouldn't apply controller code to parts nested in a <selectlist> child:
FAIL
(Chrome:PASS
, Safari:FAIL
) - A <selectlist> shouldn't apply controller code to parts nested in a <select> child:
FAIL
(Chrome:PASS
, Safari:FAIL
) - A nested button part in a nested <selectlist> shouldn't get controller code even if it comes first in document order:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- A <selectlist> shouldn't apply controller code to parts nested in a <selectlist> child:
- /html/semantics/forms/the-selectlist-element/selectlist-parts-structure.tentative.html [wpt.fyi]
- HTMLOptionElements (and not other element types) should receive option controller code:
FAIL
(Chrome:PASS
, Safari:FAIL
) - To receive option part controller code, an option must be a descendant of the listbox part in a flat tree traversal:
FAIL
(Chrome:PASS
, Safari:FAIL
) - To receive listbox part controller code, an element labeled as a listbox must not be a descendant of the button part in a flat tree traversal:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Listbox controller code should be applied in flat tree traversal order regardless of dynamic insertion order:
FAIL
(Chrome:PASS
, Safari:FAIL
) - selected-value controller code should be applied in flat tree traversal order regardless of dynamic insertion order:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Ensure that option controller code is updated when listbox changes:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Ensure that controller code is applied when slot and part attributes are different:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Moving a selectlist between documents should keep controller code active:
FAIL
(Chrome:PASS
, Safari:FAIL
) - New parts should be detected even when in the subtree of an inserted node:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Part removals should be detected even when in the subtree of a removed node:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- HTMLOptionElements (and not other element types) should receive option controller code:
- /html/semantics/forms/the-selectlist-element/selectlist-popover-position-with-zoom.tentative.html [wpt.fyi]
- The popover should be bottom left positioned:
FAIL
(Chrome:PASS
, Safari:FAIL
) - The popover should be top left positioned:
FAIL
(Chrome:PASS
, Safari:FAIL
) - The popover should be bottom right positioned:
FAIL
(Chrome:PASS
, Safari:FAIL
) - The popover should be top right positioned:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- The popover should be bottom left positioned:
- /html/semantics/forms/the-selectlist-element/selectlist-pseudo-open-closed.tentative.html [wpt.fyi]
- Selectlist should support :open and :closed pseudo selectors.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Selectlist :open and :closed should invalidate correctly.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Selectlist should support :open and :closed pseudo selectors.:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1856699 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
Updated•5 months ago
|
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•