Chromium Code Reviews| Index: content/test/data/accessibility/aria-togglebutton.html |
| diff --git a/content/test/data/accessibility/aria-togglebutton.html b/content/test/data/accessibility/aria-togglebutton.html |
| deleted file mode 100644 |
| index d588509047b469880f17f1d978a01c95ea41cef1..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/aria-togglebutton.html |
| +++ /dev/null |
| @@ -1,11 +0,0 @@ |
| -<!-- |
| -@WIN-DENY:name* |
| -@MAC-ALLOW:AXSubrole=* |
| -@MAC-ALLOW:AXRoleDescription=* |
| ---> |
| -<html> |
| -<body> |
| -<div tabindex=0 role="button">Regular button</div> |
| -<div tabindex=0 role="button" aria-pressed="false">Toggle button</div> |
| -</body> |
| -</html> |