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

Unified Diff: chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.html

Issue 2503453003: Remove all calls to domAutomationController.setAutomationId.
Patch Set: Fix nacl_browsertest_util.cc Created 3 years, 5 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/nacl/pnacl_url_loader/pnacl_url_loader.html
diff --git a/chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.html b/chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.html
index 6f186ec4779b6f0faed90d81405e8bc000ed231b..0420ab5b51e19b4981def8cd0876a9704f6c51d2 100644
--- a/chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.html
+++ b/chrome/test/data/nacl/pnacl_url_loader/pnacl_url_loader.html
@@ -6,7 +6,6 @@ window.addEventListener('load', function() {
function init() {
var embed = document.createElement('embed');
embed.addEventListener('message', function(message) {
- window.domAutomationController.setAutomationId(0);
window.domAutomationController.send(message.data);
}, false);
embed.addEventListener('load', function() {
« no previous file with comments | « chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html ('k') | chrome/test/data/page_with_focus_events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698