Index: content/test/data/accessibility/a-with-img.html |
diff --git a/content/test/data/accessibility/a-with-img.html b/content/test/data/accessibility/a-with-img.html |
deleted file mode 100644 |
index daeede6c81da71a7c75faa52c8c2320a7b619bf7..0000000000000000000000000000000000000000 |
--- a/content/test/data/accessibility/a-with-img.html |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-<!-- |
-@MAC-ALLOW:AXDescription* |
---> |
-<html> |
-<body> |
- <a href="http://www.google.com"><img src="bullet.png" alt="Link"/> with image at start.</a> |
- <a href="http://www.google.com">Link with <img src="bullet.png" alt="image"/> in the middle.</a> |
- <a href="http://www.google.com">Link with <img src="broken.png" alt="broken"/> in the middle.</a> |
- <a href="http://www.google.com">Link with image at the <img src="bullet.png" alt="end"/></a> |
-</body> |
-</html> |