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
<rdar://problem/74171038>