blob: d640e0c0b1b5350cd1a1f813a93ef7e796170b52 [file] [edit]
This test ensures that the content within an iframe with an ARIA role is accessible.
Traversing initial body content.
AXRole: AXStaticText
AXValue: Text before iframe
AXRole: AXScrollArea
AXRole: AXWebArea
AXRole: AXButton
AXRole: AXStaticText
AXValue: Text after iframe
document.getElementById('iframe').removeAttribute('role');
AXRole: AXStaticText
AXValue: Text before iframe
AXRole: AXScrollArea
AXRole: AXWebArea
AXRole: AXButton
AXRole: AXStaticText
AXValue: Text after iframe
PASS successfullyParsed is true
TEST COMPLETE
Text before iframe Text after iframe