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

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: Add test Created 5 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/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>

Powered by Google App Engine
This is Rietveld 408576698