Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1025)

Unified Diff: content/test/data/navigation_controller/page_with_links.html

Issue 987923002: Add tests for navigation type classifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@subframe
Patch Set: small creis tweak Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/navigation_type.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « content/public/browser/navigation_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698