blob: 40d82e0f5af1d13263d5ea2b9310b322b18e1693 [file] [edit]
This test ensures that we can retrieve URLs for appropriate elements.
PASS: accessibilityController.accessibleElementById('input').url.indexOf('url-test1.html') !== -1 === true
PASS: accessibilityController.accessibleElementById('anchor').url.indexOf('url-test2.html') !== -1 === true
PASS: accessibilityController.accessibleElementById('img').url.indexOf('url-test3.png') !== -1 === true
Changing href of #anchor to 'foobar.html'
PASS: accessibilityController.accessibleElementById('anchor').url.indexOf('foobar.html') !== -1 === true
PASS successfullyParsed is true
TEST COMPLETE
test