| 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..dfac33ef33649b467216de8cf53411f7caedfd58
|
| --- /dev/null
|
| +++ b/content/test/data/accessibility/aria/aria-roledescription.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<!--
|
| +@MAC-ALLOW:AXRoleDescription*
|
| +@WIN-ALLOW:localized_extended_role*
|
| +-->
|
| +<html>
|
| +<body>
|
| + <button>Native button</button>
|
| + <div role="button">ARIA button</div>
|
| + <div role="button" aria-roledescription="Clicky">Clicky button</div>
|
| +</body>
|
| +</html>
|
|
|