Chromium Code Reviews| Index: content/test/data/navigation_controller/page_with_links.html |
| diff --git a/content/test/data/navigation_controller/page_with_links.html b/content/test/data/navigation_controller/page_with_links.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..51b74be5d4a257386fc87b7b5a6bf953eebe3fd1 |
| --- /dev/null |
| +++ b/content/test/data/navigation_controller/page_with_links.html |
| @@ -0,0 +1,8 @@ |
| +<html> |
| +<head> |
| +</head> |
| +<body> |
| +<p>A page with a <a id="thelink" href="simple_page_1.html">link</a> to another page. |
| +<p id="frag">And a <a id="fraglink" href="#frag">fragment link</a>. |
| +</body> |
| +</html> |