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

Unified Diff: chrome/test/data/extensions/api_test/automation/tests/tabs/queryselector.html

Issue 655273005: Implement AutomationNode.querySelector(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix heap-use-after-free issue by not keeping a scoped_ptr to automation_api_helper in extension_hel… Created 6 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: chrome/test/data/extensions/api_test/automation/tests/tabs/queryselector.html
diff --git a/chrome/test/data/extensions/api_test/automation/tests/desktop/load_tabs.html b/chrome/test/data/extensions/api_test/automation/tests/tabs/queryselector.html
similarity index 83%
copy from chrome/test/data/extensions/api_test/automation/tests/desktop/load_tabs.html
copy to chrome/test/data/extensions/api_test/automation/tests/tabs/queryselector.html
index d65771215e6aea6e44c5ec993527df34105706dc..f4e018ccb5bf49783db122090ef4f219a46788cd 100644
--- a/chrome/test/data/extensions/api_test/automation/tests/desktop/load_tabs.html
+++ b/chrome/test/data/extensions/api_test/automation/tests/tabs/queryselector.html
@@ -4,4 +4,4 @@
* LICENSE file.
-->
<script src="common.js"></script>
-<script src="load_tabs.js"></script>
+<script src="queryselector.js"></script>

Powered by Google App Engine
This is Rietveld 408576698