Index: chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html |
diff --git a/chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html b/chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6fbae89c98e3ab89b06e0d902f2f2b8cfcc41747 |
--- /dev/null |
+++ b/chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html |
@@ -0,0 +1,11 @@ |
+<!-- |
+ * Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this |
miket_OOO
2012/05/11 18:29:08
Same.
Mihai Parparita -not on Chrome
2012/05/11 19:40:49
Done.
|
+ * source code is governed by a BSD-style license that can be found in the |
+ * LICENSE file. |
+--> |
+<html> |
+<body> |
+<script src="remote-iframe.js"></script> |
+This frame should never be displayed. |
+</body> |
+</html> |