Bug 267461
Summary: | REGRESSION(267516@main): [ macOS wk2 ] editing/input/caret-at-the-edge-of-contenteditable.html is constantly failing. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
Component: | Tools / Tests | Assignee: | Ben Schwartz <ben_schwartz> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=259373 |
Ben Schwartz
editing/input/caret-at-the-edge-of-contenteditable.html
This test is constantly failing on wk2 on macOS.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=editing%2Finput%2Fcaret-at-the-edge-of-contenteditable.html&platform=mac&flavor=wk2
TEXT DIFF (Sonoma):
RenderText {#text} at (0,0) size 761x36
text run at (0,0) width 761: "When the caret reaches the edge of the input box or content editable div, on the next input if must jump to the center of"
text run at (0,18) width 73: "the control."
-layer at (8,44) size 82x20 clip at (9,45) size 80x18 scrollX 41 scrollWidth 337
+layer at (8,44) size 82x20 clip at (9,45) size 80x18 scrollX 48 scrollWidth 338
RenderBlock {DIV} at (0,36) size 82x20 [border: (1px solid #000000)]
RenderText {#text} at (1,1) size 336x18
text run at (1,1) width 336: "012345678901012345678901234567890123456789"
DIFF URL: https://build.webkit.org/results/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/272977@main%20(1626)/editing/input/caret-at-the-edge-of-contenteditable-pretty-diff.html
TEXT DIFF (Monterey/Ventura):
RenderBlock {DIV} at (0,36) size 82x20 [border: (1px solid #000000)]
RenderText {#text} at (1,1) size 336x18
text run at (1,1) width 336: "012345678901012345678901234567890123456789"
+layer at (8,44) size 8x18
+ RenderBlock (positioned) {SPAN} at (8,44) size 8x18
+ RenderText {#text} at (0,0) size 8x18
+ text run at (0,0) width 8: "0"
caret: position 12 of child 0 {#text} of child 5 {DIV} of body
DIFF URL: https://build.webkit.org/results/Apple-Ventura-Debug-AppleSilicon-WK2-Tests/272975@main%20(4743)/editing/input/caret-at-the-edge-of-contenteditable-pretty-diff.html
REPRODUCIBILITY:
I was able to reproduce this issue on macOS Sonoma (14.2, 23C71/arm64) ToT using the following command:
run-webkit-tests -v editing/input/caret-at-the-edge-of-contenteditable.html
REGRESSION:
This test began failing with the migration of Sonoma test expectations to OpenSource at 267516@main.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/120913774>
Ben Schwartz
Pull request: https://github.com/WebKit/WebKit/pull/22723
EWS
Committed 273087@main (292595cd441a): <https://commits.webkit.org/273087@main>
Reviewed commits have been landed. Closing PR #22723 and removing active labels.