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

Unified Diff: chrome/test/data/extensions/api_test/automation/sites/index.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/sites/index.html
diff --git a/chrome/test/data/extensions/api_test/automation/sites/index.html b/chrome/test/data/extensions/api_test/automation/sites/index.html
index f8fc4f194f0ad4874805aaba204da32a578b39c7..337dee5183d577b9c59b57b77c80fdeda6426c23 100644
--- a/chrome/test/data/extensions/api_test/automation/sites/index.html
+++ b/chrome/test/data/extensions/api_test/automation/sites/index.html
@@ -8,7 +8,7 @@
<title>Automation Tests</title>
</head>
<body>
-<button>Ok</button>
+<button><span id="span-in-button">Ok</span></button>
<input type="text" aria-label="Username">
<button>Cancel</button>
</body>

Powered by Google App Engine
This is Rietveld 408576698