Chromium Code Reviews| Index: content/test/data/accessibility/link.html |
| diff --git a/content/test/data/accessibility/link.html b/content/test/data/accessibility/link.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d1e60816f9d25dc6354c45bb023f16ace3e2efaa |
| --- /dev/null |
| +++ b/content/test/data/accessibility/link.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <link rel="stylesheet" type="text/css" href="styles.css"> |
| + </head> |
| + <body> |
| + </body> |
| +</html> |