Chromium Code Reviews| Index: content/test/data/accessibility/html/input-image.html |
| diff --git a/content/test/data/accessibility/html/input-image.html b/content/test/data/accessibility/html/input-image.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..12e7af73172ea12e41a022cdbcfb21cec6ece116 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/html/input-image.html |
| @@ -0,0 +1,10 @@ |
| +<!-- |
| +@MAC-ALLOW:AXRole* |
| +@WIN-ALLOW:xml-roles* |
| +--> |
| +<!DOCTYPE html> |
| +<html> |
| +<body id="body"> |
| + <input type="image" alt="Submit" src="greenbox.png" width=100 height=100> |
| +</body> |
| +</html> |