Chromium Code Reviews| Index: content/test/data/accessibility/aria-checked.html |
| diff --git a/content/test/data/accessibility/aria-checked.html b/content/test/data/accessibility/aria-checked.html |
| deleted file mode 100644 |
| index 3a8fe3f9a1e2bdcaa5b2698f4e59deb53bdcd9af..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/aria-checked.html |
| +++ /dev/null |
| @@ -1,13 +0,0 @@ |
| -<!-- |
| -@MAC-ALLOW:AXRole* |
| -@WIN-ALLOW:CHECKED* |
| -@WIN-ALLOW:MIXED* |
| ---> |
| -<html> |
| -<body> |
| - <div role="checkbox" tabindex=0 aria-checked="true"></div> |
| - <div role="checkbox" tabindex=1 aria-checked="false"></div> |
| - <div role="checkbox" tabindex=2 aria-checked="mixed"></div> |
| -</body> |
| -</html> |
| - |