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

Unified Diff: chrome/browser/extensions/api/automation/automation_apitest.cc

Issue 655273005: Implement AutomationNode.querySelector(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 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/browser/extensions/api/automation/automation_apitest.cc
diff --git a/chrome/browser/extensions/api/automation/automation_apitest.cc b/chrome/browser/extensions/api/automation/automation_apitest.cc
index 87ce614914bc193fe566c2efcfcfa41d3196ff2d..acc56ef430b90af7246c34bbf3827f3d83f1363f 100644
--- a/chrome/browser/extensions/api/automation/automation_apitest.cc
+++ b/chrome/browser/extensions/api/automation/automation_apitest.cc
@@ -172,6 +172,12 @@ IN_PROC_BROWSER_TEST_F(AutomationApiTest, CloseTab) {
<< message_;
}
+IN_PROC_BROWSER_TEST_F(AutomationApiTest, Query) {
+ StartEmbeddedTestServer();
+ ASSERT_TRUE(RunExtensionSubtest("automation/tests/tabs", "query.html"))
+ << message_;
+}
+
static const int kPid = 1;
static const int kTab0Rid = 1;
static const int kTab1Rid = 2;

Powered by Google App Engine
This is Rietveld 408576698