[wpt-sync] Sync PR 47467 - Improve <selectedoption> performance
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47467 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47467
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Improve <selectedoption> performance
This patch improves the performance of \<selectedoption> by replacing the
SynchronousMutationObserver with the existing async MutationObserver in
HTMLOptionElement.The change from sync to async impacts some tests. The timing is being
discussed in a standards issue here:
https://github.com/whatwg/html/issues/10520Fixed: 336844298
Change-Id: I9693de9cf35913e7daaebb364c4923dcd4a2dc39Reviewed-on: https://chromium-review.googlesource.com/5758741
WPT-Export-Revision: 3f9b7d745d5bad4589997976f2339f949d4527a7
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Comment 1•4 months ago
|
||
Assignee | ||
Comment 2•4 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/forms/the-select-element/stylable-select/selectedoption.tentative.html [wpt.fyi]
- The <selectedoption> element should reflect the HTML contents of the selected <option>.:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- The <selectedoption> element should reflect the HTML contents of the selected <option>.:
Comment 4•4 months ago
|
||
bugherder |
Description
•