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

Side by Side Diff: chrome/test/webdriver/test/page_action_extension/view_checks.html

Issue 8806030: Add commands to Chrome WebDriver for installing and manipulating extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>test</title>
4 </head>
5 <script>
6 var shouldBeInPageSource = true;
7 </script>
8 <body>
9 <input id='checkbox' type='checkbox'>Click me</input>
10 <input id='textfield' type='text'></input>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698