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

Unified Diff: chrome/test/data/extensions/api_test/automation/sites/document_selection.html

Issue 1365433002: Add setSelection function to automation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nobrailleautostartintests
Patch Set: Change setDocumentSelection to take named arguments. Created 5 years, 2 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
Index: chrome/test/data/extensions/api_test/automation/sites/document_selection.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/post_message/basic/embedder.html b/chrome/test/data/extensions/api_test/automation/sites/document_selection.html
similarity index 63%
copy from chrome/test/data/extensions/platform_apps/web_view/post_message/basic/embedder.html
copy to chrome/test/data/extensions/api_test/automation/sites/document_selection.html
index 9fbd750e34ca7364e323261a22a42e2a5d4f08cd..11ca97cdee987d26327920e2d6218e8161c6e7b9 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/post_message/basic/embedder.html
+++ b/chrome/test/data/extensions/api_test/automation/sites/document_selection.html
@@ -3,11 +3,8 @@
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
-<html>
<head>
+ <title>testdoc</title>
</head>
-<body>
- <div id="webview-tag-container"></div>
- <script src="embedder.js"></script>
-</body>
-</html>
+<p>para1</p>
+<input type="text" id="textField" value="hello world">

Powered by Google App Engine
This is Rietveld 408576698