AX Isolated Tree: Document links should be stored in web areas, not the root
[webkit.git] / LayoutTests / accessibility / visible-elements-expected.txt
blobf9ee90ccfab201bf7c1876d218210071861ff2d4
1 This test ensures that document links appropriately respect a link's visibility.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS initialDocumentLinks.includes('#first-link') is true
7 PASS initialDocumentLinks.includes('#second-link') is false
8 PASS numberOfSubstringOccurences(initialDocumentLinks, 'AXRole: AXLink') is 1
9 PASS finalDocumentLinks.includes('#first-link') is true
10 PASS finalDocumentLinks.includes('#second-link') is true
11 PASS numberOfSubstringOccurences(finalDocumentLinks, 'AXRole: AXLink') is 2
12 PASS successfullyParsed is true
14 TEST COMPLETE
15 more
16 hello