NEW221645
[ATK] aria-sort notification is needed for accessibility/aria-sort.html
https://bugs.webkit.org/show_bug.cgi?id=221645
Summary [ATK] aria-sort notification is needed for accessibility/aria-sort.html
Lauro Moura
Reported 2021-02-09 19:03:24 PST
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
Attachments
Radar WebKit Bug Importer
Comment 1 2021-02-09 19:03:32 PST
Note You need to log in before you can comment on or make changes to this bug.