Index: chrome/test/data/extensions/api_test/browser_action/popup_with_iframe/popup.html |
diff --git a/chrome/test/data/extensions/api_test/browser_action/popup_with_iframe/popup.html b/chrome/test/data/extensions/api_test/browser_action/popup_with_iframe/popup.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6365a55543d346a220b09f3ecca1ef83d8d700a2 |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/browser_action/popup_with_iframe/popup.html |
@@ -0,0 +1,10 @@ |
+<html> |
+<head> |
+<script src="popup.js"></script> |
+</head> |
+<body> |
+<div>This popup contains an iframe.</div> |
Devlin
2015/12/01 17:40:17
nitty nit: some indentation within the <body> woul
alexmos
2015/12/01 18:09:57
Done.
|
+<iframe name="child_frame" src="frame.html"></iframe> |
+</body> |
+</html> |
+ |