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

Unified Diff: chrome/test/data/flash_object.html

Issue 1502963004: Use content::NavigateIframeToURL in ProcessManagerBrowserTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove paranoid onload check Created 5 years 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
« no previous file with comments | « chrome/browser/extensions/process_manager_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/flash_object.html
diff --git a/chrome/test/data/flash_object.html b/chrome/test/data/flash_object.html
index ea4279b0e58ad2cbcf64df2279106366e3c80918..4c66ebaf90037d5453dc7b1bdd24c8a1875e9b5f 100644
--- a/chrome/test/data/flash_object.html
+++ b/chrome/test/data/flash_object.html
@@ -1,12 +1,6 @@
<!DOCTYPE html>
<html>
<head>
-<script>
-window.onload = function() {
- domAutomationController.setAutomationId(0);
- domAutomationController.send("DONE");
-}
-</script>
</head>
<body>
« no previous file with comments | « chrome/browser/extensions/process_manager_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698