Chromium Code Reviews| Index: content/test/data/accessibility/canvas.html |
| diff --git a/content/test/data/accessibility/canvas.html b/content/test/data/accessibility/canvas.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1c1564888a2d6179208ff3797a532bf96e6f8d39 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/canvas.html |
| @@ -0,0 +1,9 @@ |
| +<!-- |
| +@WIN-DENY:name* |
| +--> |
| +<html> |
| +<body> |
| +<canvas width=100 height=100 alt="Image">Static fallback</canvas> |
| +<canvas width=100 height=100><a href="#">Interactive fallback</a></canvas> |
| +</body> |
| +</html> |