| Index: chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/navigation/nav-target.html b/chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html
|
| similarity index 67%
|
| copy from chrome/test/data/extensions/platform_apps/navigation/nav-target.html
|
| copy to chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html
|
| index 0a56337613f9c2a5dc67761ff3033e1eb273c13d..ef90d25168feea8f6c30173439cc73a125fabe11 100644
|
| --- a/chrome/test/data/extensions/platform_apps/navigation/nav-target.html
|
| +++ b/chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html
|
| @@ -1,11 +1,11 @@
|
| <!--
|
| - * Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this
|
| + * Copyright (c) 2012 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.
|
| -->
|
| <html>
|
| <body>
|
| -<script src="nav-target.js"></script>
|
| -This page should never be reached.
|
| +<script src="remote-iframe.js"></script>
|
| +This frame should never be displayed.
|
| </body>
|
| </html>
|
|
|