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> |