Bug 248919
Summary: | [ iOS ] editing/selection/doubleclick-whitespace-live-range.html is a constant text failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robert Jenner <jenner> |
Component: | HTML Editing | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | rniwa, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Robert Jenner
editing/selection/doubleclick-whitespace-live-range.html is a constant text failure on iOS
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=editing%2Fselection%2Fdoubleclick-whitespace-live-range.html
TEXT DIFF:
+CONSOLE MESSAGE: IndexSizeError: The index is not in the allowed range.
This tests that double-clicking a word on the Windows platform selects the whitespace after the word.
Doubleclickme    |END|
@@ -8,10 +9,4 @@
Doubleclickme    Â
Doubleclickme   |END|
-Passed test1
-Passed test2
-Passed test3
-Passed test4
-Passed test5
-Passed test6
DIFF URL:
https://build.webkit.org/results/Apple-iOS-16-Simulator-Release-arm64-WK2-Tests/257505@main%20(477)/editing/selection/doubleclick-whitespace-live-range-pretty-diff.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/103097598>
Robert Jenner
This test has been a constant failure on iOS since it was introduced at https://commits.webkit.org/257390@main
Adding [ Failure ] expectations for test on iOS.
EWS
Test gardening commit 257529@main (9ae057de097b): <https://commits.webkit.org/257529@main>
Reviewed commits have been landed. Closing PR #7294 and removing active labels.
Ryosuke Niwa
Oh yeah, this test needs to be skipped on iOS.
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/7296
EWS
Committed 257530@main (eeaff8621d73): <https://commits.webkit.org/257530@main>
Reviewed commits have been landed. Closing PR #7296 and removing active labels.
Robert Jenner
Re-opening because the above skip for some reason wasn't enabled correctly.
EWS
Test gardening commit 258097@main (2bc0d9306469): <https://commits.webkit.org/258097@main>
Reviewed commits have been landed. Closing PR #7875 and removing active labels.
Robert Jenner
This should now be resolved.