| Index: chrome/test/data/extensions/platform_apps/web_view/download_cookie_isolation/window.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/focus_visibility/window.html b/chrome/test/data/extensions/platform_apps/web_view/download_cookie_isolation/window.html
|
| similarity index 56%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/focus_visibility/window.html
|
| copy to chrome/test/data/extensions/platform_apps/web_view/download_cookie_isolation/window.html
|
| index af60a61bb5125b65fead532a930617935d9195e6..6011fd959df6c1d5566b168d0928cd547639abd5 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/focus_visibility/window.html
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view/download_cookie_isolation/window.html
|
| @@ -1,14 +1,14 @@
|
| <!DOCTYPE html>
|
| <!--
|
| -Copyright 2015 The Chromium Authors. All rights reserved.
|
| +Copyright 2016 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>
|
| + <head>
|
| + </head>
|
| <body>
|
| - <button> Embedder Button </button>
|
| - <div></div>
|
| - <button> Embedder Button </button>
|
| + <div id="container"></div>
|
| <script src="window.js"></script>
|
| </body>
|
| </html>
|
|
|