Bug 231261

Summary: REGRESSION (iOS 15): accessibility/misspelling-range.html is constantly failing
Product: WebKit Reporter: Truitt Savell <tsavell>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: andresg_22, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Truitt Savell 2021-10-05 15:27:32 PDT
accessibility/misspelling-range.html

this test began failing constantly after the update to iOS 15

History:
https://results.webkit.org/?suite=layout-tests&test=accessibility%2Fmisspelling-range.html

Diff:
--- /Volumes/Data/worker/ipados-simulator-15-debug-tests-wk2/build/layout-test-results/accessibility/misspelling-range-expected.txt
+++ /Volumes/Data/worker/ipados-simulator-15-debug-tests-wk2/build/layout-test-results/accessibility/misspelling-range-actual.txt
@@ -8,21 +8,21 @@
 textMarkerRange end: 45
 startRange start: 0
 startRange end: 0
-misspelling start: 0
-misspelling end: 5
-PASS text.stringForTextMarkerRange(misspellingRange) is 'wrods'
-misspelling start: 20
-misspelling end: 23
-PASS text.stringForTextMarkerRange(misspellingRange) is 'aab'
-misspelling start: 24
-misspelling end: 29
-PASS text.stringForTextMarkerRange(misspellingRange) is 'lotsi'
-misspelling start: 40
-misspelling end: 44
-PASS text.stringForTextMarkerRange(misspellingRange) is 'euep'
-misspelling start: 24
-misspelling end: 29
-PASS text.stringForTextMarkerRange(misspellingRange) is 'lotsi'
+misspelling start: -1
+misspelling end: -1
+FAIL text.stringForTextMarkerRange(misspellingRange) should be wrods. Was .
+misspelling start: -1
+misspelling end: -1
+FAIL text.stringForTextMarkerRange(misspellingRange) should be aab. Was .
+misspelling start: -1
+misspelling end: -1
+FAIL text.stringForTextMarkerRange(misspellingRange) should be lotsi. Was .
+misspelling start: -1
+misspelling end: -1
+FAIL text.stringForTextMarkerRange(misspellingRange) should be euep. Was .
+misspelling start: -1
+misspelling end: -1
+FAIL text.stringForTextMarkerRange(misspellingRange) should be lotsi. Was .
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Radar WebKit Bug Importer 2021-10-05 15:28:06 PDT
<rdar://problem/83907042>
Comment 2 Truitt Savell 2021-10-05 15:37:59 PDT
marked as failing in https://trac.webkit.org/changeset/283579/webkit while it is investigated
Comment 3 Truitt Savell 2021-10-07 13:13:07 PDT
removed an expectation overriding the previous one I made https://trac.webkit.org/changeset/283737/webkit