[Webkit-unassigned] [Bug 221645] New: [ATK] aria-sort notification is needed for accessibility/aria-sort.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 19:03:24 PST 2021


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

            Bug ID: 221645
           Summary: [ATK] aria-sort notification is needed for
                    accessibility/aria-sort.html
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com
                CC: webkit-bug-importer at group.apple.com

accessibility/aria-sort.html

This test was recently updated in r272490 and has been failing since.

Diff:

--- /home/buildbot/worker/wpe-linux-64-release-tests/build/layout-test-results/accessibility/aria-sort-expected.txt
+++ /home/buildbot/worker/wpe-linux-64-release-tests/build/layout-test-results/accessibility/aria-sort-actual.txt
@@ -6,11 +6,11 @@


 PASS col1.isAttributeSupported('AXSortDirection') is true
-PASS col1.sortDirection is 'AXAscendingSortDirection'
+FAIL col1.sortDirection should be AXAscendingSortDirection (of type string). Was null (of type object).
 PASS col2.isAttributeSupported('AXSortDirection') is true
-PASS col2.sortDirection is 'AXDescendingSortDirection'
+FAIL col2.sortDirection should be AXDescendingSortDirection (of type string). Was null (of type object).
 PASS col3.isAttributeSupported('AXSortDirection') is true
-PASS col3.sortDirection is 'AXUnknownSortDirection'
+FAIL col3.sortDirection should be AXUnknownSortDirection (of type string). Was null (of type object).
 PASS row1.isAttributeSupported('AXSortDirection') is false
 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/20210210/547e2c58/attachment.htm>


More information about the webkit-unassigned mailing list