Bug 251302 - [ iOS ] accessibility/ios-simulator/table-cell-ranges.html is a constant text only failure.
Summary: [ iOS ] accessibility/ios-simulator/table-cell-ranges.html is a constant text...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-27 16:53 PST by Bri Harris
Modified: 2023-01-28 16:39 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bri Harris 2023-01-27 16:53:39 PST
accessibility/ios-simulator/table-cell-ranges.html

is a constant text only failure across all iOS platforms.


HISTORY: 

https://results.webkit.org/?suite=layout-tests&test=accessibility%2Fios-simulator%2Ftable-cell-ranges.html


I was able to reproduce the failure as follows:

run-webkit-test --ios-simulator accessibility/ios-simulator/table-cell-ranges.html --force


DIFF TEXT:

@@ -3,9 +3,9 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
-PASS cell2.rowIndexRange() is '{1, 1}'
+FAIL cell2.rowIndexRange() should be {1, 1}. Was {0, 1}.
 PASS cell2.columnIndexRange() is '{1, 2}'
-PASS cell6.rowIndexRange() is '{2, 1}'
+FAIL cell6.rowIndexRange() should be {2, 1}. Was {0, 1}.
 PASS cell6.columnIndexRange() is '{2, 1}'
 PASS successfullyParsed is true
Comment 1 Radar WebKit Bug Importer 2023-01-27 16:54:08 PST
<rdar://problem/104767364>
Comment 2 Bri Harris 2023-01-27 17:03:00 PST
Pull request: https://github.com/WebKit/WebKit/pull/9265
Comment 3 EWS 2023-01-27 17:20:46 PST
Test gardening commit 259516@main (ca8641497d0e): <https://commits.webkit.org/259516@main>

Reviewed commits have been landed. Closing PR #9265 and removing active labels.
Comment 4 Alexey Proskuryakov 2023-01-28 16:39:59 PST
We already had an expectation for this test, on line 2098. It's been marked as failing since 2015, but didn't have a bug.