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

Unified Diff: tools/telemetry/unittest_data/page_with_link.html

Issue 11369075: Chrome remote control multipage tests: Add interactions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: code review (nduca) Created 8 years, 1 month 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 | « tools/telemetry/telemetry/page_interaction.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/unittest_data/page_with_link.html
diff --git a/tools/telemetry/unittest_data/blank.html b/tools/telemetry/unittest_data/page_with_link.html
similarity index 56%
copy from tools/telemetry/unittest_data/blank.html
copy to tools/telemetry/unittest_data/page_with_link.html
index 8d0ce09a92403658d4e35766538887c232c75158..dc3c008b3eb13b9d0e61c9e8c2453228dadd54bb 100644
--- a/tools/telemetry/unittest_data/blank.html
+++ b/tools/telemetry/unittest_data/page_with_link.html
@@ -3,6 +3,6 @@
<head>
</head>
<body>
-Hello world
+<a id="clickme" href="blank.html">Click me</a>
</body>
</html>
« no previous file with comments | « tools/telemetry/telemetry/page_interaction.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698