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
<rdar://problem/104767364>
Pull request: https://github.com/WebKit/WebKit/pull/9265
Test gardening commit 259516@main (ca8641497d0e): <https://commits.webkit.org/259516@main> Reviewed commits have been landed. Closing PR #9265 and removing active labels.
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.