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 |
| deleted file mode 100644 |
| index 1c1564888a2d6179208ff3797a532bf96e6f8d39..0000000000000000000000000000000000000000 |
| --- a/content/test/data/accessibility/canvas.html |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -<!-- |
| -@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> |