blob: 2154c7c5782edf96e96850c1cc1895b0e4e34dc7 [file] [log] [blame]
Link 1 Link 2
Paragraph 1.
Paragraph 2.
Paragraph 3.
This tests that an element will report that it has a popup correctly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS accessibilityController.accessibleElementById('link1').hasPopup is true
PASS accessibilityController.accessibleElementById('link2').hasPopup is false
PASS accessibilityController.accessibleElementById('paragraph1').hasPopup is true
PASS accessibilityController.accessibleElementById('paragraph2').hasPopup is false
PASS accessibilityController.accessibleElementById('paragraph3').hasPopup is false
PASS successfullyParsed is true
TEST COMPLETE