blob: fb425a41a997dad2f1b771431cbe02c317d12bfb [file] [edit]
This tests that <title> will be used as the description for a web area.
PASS: webArea.description === 'AXDescription: FirstTitle'
Removing title element.
PASS: webArea.description === 'AXDescription: '
Adding new title element.
PASS: webArea.description === 'AXDescription: SecondTitle'
Using document.title to update the title string.
PASS: webArea.description === 'AXDescription: ThirdTitle'
PASS successfullyParsed is true
TEST COMPLETE