Bug 231261 - REGRESSION (iOS 15): accessibility/misspelling-range.html is constantly failing
Summary: REGRESSION (iOS 15): accessibility/misspelling-range.html is constantly failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-05 15:27 PDT by Truitt Savell
Modified: 2021-10-07 13:13 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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