Chromium Code Reviews| Index: content/test/data/accessibility/aria-checkbox.html |
| diff --git a/content/test/data/accessibility/aria-checkbox.html b/content/test/data/accessibility/aria-checkbox.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..72e96296a82dbb8b15c49c049059467869dd3027 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria-checkbox.html |
| @@ -0,0 +1,16 @@ |
| +<!-- |
| +@MAC-ALLOW:AXRole* |
| +@WIN-ALLOW:IA2_STATE_* |
| +@WIN-ALLOW:xml-roles:* |
| +@WIN-ALLOW:checkable:* |
| +@WIN-ALLOW:CHECKED* |
| +@WIN-ALLOW:MIXED* |
| +--> |
| +<html> |
| +<body> |
| + <div role="checkbox" aria-checked="true"></div> |
|
dmazzoni
2014/09/29 15:55:03
Add tabindex=0 to each of these to make them focus
|
| + <div role="checkbox" aria-checked="false"></div> |
| + <div role="checkbox" aria-checked="mixed"></div> |
| + <div role="checkbox" aria-checked="undefined"></div> |
| +</body> |
| +</html> |