Chromium Code Reviews| 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 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..18120915bbaf6c92ff119e806bbe5cdcb61880a4 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/a-with-img.html |
| @@ -0,0 +1,8 @@ |
| +<html> |
| +<body> |
| + <a href="http://www.google.com"><img src="bullet.png" alt="bullet"/>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 end<img src="bullet.png" alt="last"/></a> |
| +</body> |
| +</html> |