[wpt-sync] Sync PR 45653 - Add WPT for nested <options> in <select> <datalist>
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45653 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45653
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Add WPT for nested <options> in <select> <datalist>
This patch had a question about nested \<option>s, so I am adding a
basic test to make sure that nested \<option>s are permitted even though
there isn't a use case for it:
https://chromium-review.googlesource.com/c/chromium/src/+/5441435Bug: 1511354
Change-Id: Ide803ed97b55928aeba04c62e6061608b18dd629Reviewed-on: https://chromium-review.googlesource.com/5445118
WPT-Export-Revision: dbf3f4d5296864c8513f87c2232b2fab6bfaf834
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK : 1
PASS: 1
FAIL: 2
Chrome
OK : 1
PASS: 3
Safari
OK : 1
FAIL: 3
Links
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/stylable-select/nested-options.tenative.html [wpt.fyi]
- The HTML parser should disallow nested options in select datalist.:
FAIL(Chrome:PASS, Safari:FAIL) - Nested <options> should be listed in <select> IDLs.:
FAIL(Chrome:PASS, Safari:FAIL)
- The HTML parser should disallow nested options in select datalist.:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/cfe897c2b38e
https://hg.mozilla.org/mozilla-central/rev/def591077955
Description
•