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

Unified Diff: tools/chrome_remote_control/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: simpler. 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
Index: tools/chrome_remote_control/unittest_data/page_with_link.html
diff --git a/tools/chrome_remote_control/unittest_data/blank.html b/tools/chrome_remote_control/unittest_data/page_with_link.html
similarity index 56%
copy from tools/chrome_remote_control/unittest_data/blank.html
copy to tools/chrome_remote_control/unittest_data/page_with_link.html
index 8d0ce09a92403658d4e35766538887c232c75158..dc3c008b3eb13b9d0e61c9e8c2453228dadd54bb 100644
--- a/tools/chrome_remote_control/unittest_data/blank.html
+++ b/tools/chrome_remote_control/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>

Powered by Google App Engine
This is Rietveld 408576698