[wpt-sync] Sync PR 31620 - [SelectMenu] Remove not needed behavior='option' from tests.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31620 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31620
Details from upstream follow.
Ionel Popescu <iopopesc@microsoft.com> wrote:
[SelectMenu] Remove not needed behavior='option' from tests.
After1, only \<option> elements are supported as \<selectmenu> option
parts so there is no need to have behavior='option' in tests, other
than ensuring that controller code is not applied.Bug: 1121840
Change-Id: Ibe7ac978847f4e4e5e3de13eb742d448ece9d21a
Reviewed-on: https://chromium-review.googlesource.com/3279568
WPT-Export-Revision: 430d4e620bd6d933bc72d873be082797d0faf7a5
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 3 subtests
Status Summary
Firefox
OK : 2
FAIL : 7
Chrome
OK : 2
PASS : 7
Safari
OK : 1
FAIL : 3
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/semantics/forms/the-selectmenu-element/selectmenu-popup-position.tentative.html
The popup should be bottom left positioned: FAIL (Chrome: PASS)
The popup should be top left positioned: FAIL (Chrome: PASS)
The popup should be bottom right positioned: FAIL (Chrome: PASS)
The popup should be top right positioned: FAIL (Chrome: PASS)
/html/semantics/forms/the-selectmenu-element/selectmenu-shadow-root-replacement.tentative.html
Test that the UA provided shadow root can be replaced: FAIL (Chrome: PASS, Safari: FAIL)
Test that the UA provided shadow root can be replaced using declarative shadow DOM: FAIL (Chrome: PASS, Safari: FAIL)
Test that only the UA provided shadow root can be replaced: FAIL (Chrome: PASS, Safari: FAIL)
Comment 5•3 years ago
|
||
bugherder |
Description
•