NEW 251302
[ iOS ] accessibility/ios-simulator/table-cell-ranges.html is a constant text only failure.
https://bugs.webkit.org/show_bug.cgi?id=251302
Summary [ iOS ] accessibility/ios-simulator/table-cell-ranges.html is a constant text...
Bri Harris
Reported 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
Attachments
Radar WebKit Bug Importer
Comment 1 2023-01-27 16:54:08 PST
Bri Harris
Comment 2 2023-01-27 17:03:00 PST
EWS
Comment 3 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.
Alexey Proskuryakov
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.