| Index: LayoutTests/accessibility/inert-node-is-hidden-expected.txt
|
| diff --git a/LayoutTests/accessibility/inert-node-is-hidden-expected.txt b/LayoutTests/accessibility/inert-node-is-hidden-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fac156d3fdda5e601da445614abbf69bb3be2bf1
|
| --- /dev/null
|
| +++ b/LayoutTests/accessibility/inert-node-is-hidden-expected.txt
|
| @@ -0,0 +1,16 @@
|
| +This tests that inert elements are not in the AT tree.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS accessibilityController.accessibleElementById('input') is non-null.
|
| +PASS treeContainsText(webArea, 'This content should not be exposed to AT when a modal dialog is open') is true
|
| +PASS accessibilityController.accessibleElementById('input') is null
|
| +PASS treeContainsText(webArea, 'This content should not be exposed to AT when a modal dialog is open') is false
|
| +PASS accessibilityController.accessibleElementById('input') is non-null.
|
| +PASS treeContainsText(webArea, 'This content should not be exposed to AT when a modal dialog is open') is true
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +This content should not be exposed to AT when a modal dialog is open.
|
| +
|
|
|