Chromium Code Reviews| Index: content/test/data/accessibility/input-submit.html |
| diff --git a/content/test/data/accessibility/input-submit.html b/content/test/data/accessibility/input-submit.html |
| deleted file mode 100644 |
| index c918934841b77f70a976ecd23ab414c8287e7fae..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/input-submit.html |
| +++ /dev/null |
| @@ -1,15 +0,0 @@ |
| -<!-- |
| -@MAC-ALLOW:AXRole* |
| ---> |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| - |
| -<form> |
| - <input type="text" name="Name"><br> |
| - <input type="submit" value="Submit"> |
| -</form> |
| - |
| -</body> |
| -</html> |
| - |