Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/web_view/shim/child_frame.html |
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/child_frame.html b/chrome/test/data/extensions/platform_apps/web_view/shim/child_frame.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..842d9455ca38735baeba04b43db98e8fc54650a5 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/platform_apps/web_view/shim/child_frame.html |
| @@ -0,0 +1,9 @@ |
| +<!-- |
| + * Copyright (c) 2015 The Chromium Authors. All rights reserved. Use of this |
| + * source code is governed by a BSD-style license that can be found in the |
| + * LICENSE file. |
| +--> |
| +<body> |
| + <!-- Our parent frame will navigate this frame --> |
|
Charlie Reis
2015/07/31 18:44:08
nit: End with period.
lazyboy
2015/07/31 19:21:41
Done.
|
| + <iframe id="child-frame"></iframe> |
| +</body> |