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

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

Issue 1478863002: Handle cross-process transfers properly in ExtensionViewHost::OpenURLFromTab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@isolate-extensions-OpenURLFromTab
Patch Set: Fix license 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/test/data/extensions/api_test/browser_action/popup_with_iframe/popup.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/popup_iframe.html
diff --git a/chrome/test/data/popup_iframe.html b/chrome/test/data/popup_iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..10b9f31195dcf84f2384e6be593b2ee0fbd25778
--- /dev/null
+++ b/chrome/test/data/popup_iframe.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+window.onload = function() {
+ domAutomationController.setAutomationId(0);
+ domAutomationController.send("DONE");
+}
+</script>
+</head>
+<body>iframe test</body>
+</html>
« no previous file with comments | « chrome/test/data/extensions/api_test/browser_action/popup_with_iframe/popup.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698