[Webkit-unassigned] [Bug 251302] New: [ iOS ] accessibility/ios-simulator/table-cell-ranges.html is a constant text only failure.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 27 16:53:39 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251302

            Bug ID: 251302
           Summary: [ iOS ]
                    accessibility/ios-simulator/table-cell-ranges.html is
                    a constant text only failure.
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bharris9 at apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230128/2ea90c00/attachment.htm>


More information about the webkit-unassigned mailing list