Bug 221645 - [ATK] aria-sort notification is needed for accessibility/aria-sort.html
Summary: [ATK] aria-sort notification is needed for accessibility/aria-sort.html
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-09 19:03 PST by Lauro Moura
Modified: 2021-02-09 19:04 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 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
Comment 1 Radar WebKit Bug Importer 2021-02-09 19:03:32 PST
<rdar://problem/74171038>