Chromium Code Reviews| Index: content/test/data/accessibility/button.html |
| diff --git a/content/test/data/accessibility/button.html b/content/test/data/accessibility/button.html |
| deleted file mode 100644 |
| index 4213265c88d2ab9d22a4ce2bb199041b900f98c1..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/button.html |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -<!DOCTYPE html> |
| -<!-- |
| -@MAC-ALLOW:AXRoleDescription=* |
| ---> |
| -<html> |
| -<body> |
| - <button type="button" onclick="alert('Hello user!')">Click me!</button> |
| -</body> |
| -</html> |