Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[Reland] Handle appearance value changes during <select> show…
…Picker." This reverts commit 5fa283f55fea44480ce73308cb12de0274867c1e. Reason for revert: LUCI Bisection has identified this change as the cause of a test failure. See the analysis: https://ci.chromium.org/ui/p/chromium/bisection/test-analysis/b/5657193371140096 Sample build with failed test: https://ci.chromium.org/b/8726470617543936881 Affected test(s): ninja://:blink_wpt_tests/external/wpt/html/semantics/forms/the-select-element/customizable-select/switch-picker-appearance.tentative.html Original change's description: > [Reland] Handle appearance value changes during <select> showPicker. > > When the appearance value changes as the result of the picker > opening (e.g. via `::picker(select):open {appearance:auto}` or > similar), we close the picker to avoid any oscillation or > nonsensical behavior. This CL implements this change. > > The original CL [1] was reverted due to a strange bot failure [2] > where the new set of promise_tests somehow fail because > blink_wpt_tests is expecting an expectation file with a single blank > line. I added a "Failure" expectation to hopefully avoid that, in > Patchset 3. > > [1] https://chromium-review.googlesource.com/c/chromium/src/+/6094831 > [2] https://ci.chromium.org/ui/p/chromium/builders/ci/mac11-arm64-rel-tests/50289/overview > > Fixed: 376097114,370536090,367426156 > Bug: 384394713 > Change-Id: I2ab4e43db3de4b7125b564c366fe86bdf9f85cc4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6107689 > Auto-Submit: Mason Freed <[email protected]> > Reviewed-by: Joey Arhar <[email protected]> > Reviewed-by: Mason Freed <[email protected]> > Commit-Queue: Mason Freed <[email protected]> > Cr-Commit-Position: refs/heads/main@{#1402440} Bug: 384394713 Change-Id: Ic5392451a1ffe93b40c3a9748164bc03abbfc884 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6148450 Reviewed-by: Bohdan Tyshchenko <[email protected]> Auto-Submit: Danila Kuzmin <[email protected]> Owners-Override: Danila Kuzmin <[email protected]> Commit-Queue: Bohdan Tyshchenko <[email protected]> Cr-Commit-Position: refs/heads/main@{#1402871}
- Loading branch information