Chromium Code Reviews| Index: content/test/data/accessibility/aria-atomic.html |
| diff --git a/content/test/data/accessibility/aria-atomic.html b/content/test/data/accessibility/aria-atomic.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..874bad7dea5337df17c2c931644c2c65d0ad7548 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria-atomic.html |
| @@ -0,0 +1,12 @@ |
| +<!-- |
| +@MAC-ALLOW:AXARIAAtomic=* |
| +@WIN-ALLOW:atomic:* |
| +@WIN-ALLOW:container-atomic:* |
| +--> |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + <p id="ariaatomicfalse" role="log" aria-live="polite" aria-atomic="false" tabindex="0"> This test is for aria-atomic="false" </p> |
| + <p id="ariaatomictrue" role="log" aria-live="polite" aria-atomic="true" tabindex="1"> This test is for aria-atomic="true" </p> |
| +</body> |
| +</html> |