Chromium Code Reviews| Index: content/test/data/accessibility/a.html |
| diff --git a/content/test/data/accessibility/a.html b/content/test/data/accessibility/a.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7592b0a8ba1a88c76b6a3b9d8e66b4a5f2953a78 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/a.html |
| @@ -0,0 +1,5 @@ |
| +<html> |
| +<body> |
| + <a href="http://www.google.com">normal link</a> |
| +</body> |
| +</html> |