Index: chrome/test/data/extensions/platform_apps/iframes/main.html |
diff --git a/chrome/test/data/extensions/platform_apps/iframes/main.html b/chrome/test/data/extensions/platform_apps/iframes/main.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3a1521444a744ba3a16e88cce1fdae15859185c3 |
--- /dev/null |
+++ b/chrome/test/data/extensions/platform_apps/iframes/main.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
Is this boilerplate? There's one space after the f
Mihai Parparita -not on Chrome
2012/05/11 19:40:49
I copied and pasted this from another file. Fixed.
|
+ * source code is governed by a BSD-style license that can be found in the |
+ * LICENSE file. |
+--> |
+<html> |
+<body> |
+<script src="main.js"></script> |
+Testing that local iframes in platform apps are allowed, but remote ones are not. |
+</body> |
+</html> |