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

Unified Diff: content/test/data/page_with_popup.html

Issue 2840443002: Add a test for RenderWidgetHostConnector (Closed)
Patch Set: Created 3 years, 8 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: content/test/data/page_with_popup.html
diff --git a/content/test/data/page_with_popup.html b/content/test/data/page_with_popup.html
new file mode 100644
index 0000000000000000000000000000000000000000..f1dce7c2d8d73cd8155db480f939749b53b0cac5
--- /dev/null
+++ b/content/test/data/page_with_popup.html
@@ -0,0 +1,7 @@
+<html>
+<title>page with a iframe for popup</title>
+<head></head>
+ <body>
+ <iframe id="test"></iframe>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698