Chromium Code Reviews| Index: content/test/data/accessibility/aria/aria-switch.html |
| diff --git a/content/test/data/accessibility/aria/aria-switch.html b/content/test/data/accessibility/aria/aria-switch.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..064c87ff6ce070422f506559de7d9ce72f5310a1 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria/aria-switch.html |
| @@ -0,0 +1,15 @@ |
| +<!-- |
| +@MAC-ALLOW:AXRole* |
| +@MAC-ALLOW:AXSubrole* |
| +@WIN-ALLOW:xml-roles* |
| +@WIN-ALLOW:checkable:* |
| +@WIN-ALLOW:CHECKED* |
| +--> |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + <div role="switch"></div> |
| + <div role="switch" aria-checked="true"></div> |
| + <div role="switch" aria-checked="mixed"></div> |
| +</body> |
| +</html> |