Bug 251302
| Summary: | [ iOS ] accessibility/ios-simulator/table-cell-ranges.html is a constant text only failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bri Harris <bharris9> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | andresg_22, ap, cfleizach, tyler_w, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Bri Harris
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/104767364>
Bri Harris
Pull request: https://github.com/WebKit/WebKit/pull/9265
EWS
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
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.