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

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: Rebase and use content::NavigateIframeToURL from https://codereview.chromium.org/1522443004/ 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
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>

Powered by Google App Engine
This is Rietveld 408576698