Chromium Code Reviews| Index: content/test/data/accessibility/a-name.html |
| diff --git a/content/test/data/accessibility/a-name.html b/content/test/data/accessibility/a-name.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..79653ab9f22e652e40d6ea4a6f09e10f0ab70514 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/a-name.html |
| @@ -0,0 +1,7 @@ |
| +<html> |
| +<style>a { text-decoration: underline; display: block; }</style> |
| +<body> |
| + <a name="named_anchor_1">named anchor</a> |
| + <a name="named_anchor_2" href="#foo">both a named anchor and a link</a> |
| +</body> |
| +</html> |