[webkit-changes] [WebKit/WebKit] c8e296: Go back to using the default bounds for password a...
Etienne Segonzac
noreply at github.com
Thu Aug 24 09:32:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c8e296339bfdcd99ebbe0242cfc7b25443c3d8e9
https://github.com/WebKit/WebKit/commit/c8e296339bfdcd99ebbe0242cfc7b25443c3d8e9
Author: Etienne Segonzac <sgz at apple.com>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M LayoutTests/interaction-region/interaction-layers-culling-expected.txt
M LayoutTests/interaction-region/layer-tree-expected.txt
A LayoutTests/interaction-region/text-input-expected.txt
A LayoutTests/interaction-region/text-input.html
M Source/WebCore/page/InteractionRegion.cpp
Log Message:
-----------
Go back to using the default bounds for password and search fields' InteractionRegions
https://bugs.webkit.org/show_bug.cgi?id=260466
<rdar://112718594>
Reviewed by Tim Horton.
Remove the old workaround and add a new test so we can do more surgical
tweaks in the future if needed.
* Source/WebCore/page/InteractionRegion.cpp:
(WebCore::interactionRegionForRenderedRegion):
Remove the bounds extension for HTMLInputElements.
* LayoutTests/interaction-region/text-input-expected.txt: Added.
* LayoutTests/interaction-region/text-input.html: Added.
Add new test.
* LayoutTests/interaction-region/interaction-layers-culling-expected.txt:
* LayoutTests/interaction-region/layer-tree-expected.txt:
Test update, unrelated.
Canonical link: https://commits.webkit.org/267230@main
More information about the webkit-changes
mailing list