Chromium Code Reviews| Index: content/test/data/accessibility/aria/aria-roledescription.html |
| diff --git a/content/test/data/accessibility/aria/aria-roledescription.html b/content/test/data/accessibility/aria/aria-roledescription.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b26fc1b4a4a06b9b6ae89025795cab795118a388 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria/aria-roledescription.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE html> |
| +<!-- |
| +@MAC-ALLOW:AXRoleDescription* |
| +--> |
| +<html> |
| +<body> |
| + <button>Native button</button> |
| + <div role="button">ARIA button</div> |
| + <div role="button" aria-roledescription="Clicky">Clicky button</div> |
| +</body> |
| +</html> |