| Index: chrome/test/data/extensions/platform_apps/web_view_isolation/storage2.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view_isolation/cookie.html b/chrome/test/data/extensions/platform_apps/web_view_isolation/storage2.html
|
| similarity index 72%
|
| copy from chrome/test/data/extensions/platform_apps/web_view_isolation/cookie.html
|
| copy to chrome/test/data/extensions/platform_apps/web_view_isolation/storage2.html
|
| index d76e36dfd49e7efddfee2cc0ab91b24c96980fb4..d12b17caefaecd9acd38d7dad0446d510f905b02 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view_isolation/cookie.html
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view_isolation/storage2.html
|
| @@ -5,8 +5,9 @@
|
| -->
|
| <html>
|
| <head>
|
| +<script src="storage.js"></script>
|
| </head>
|
| <body>
|
| -Empty page, which will have cookies injected into by the browser test.
|
| +Empty page 2, used for testing storage isolation.
|
| </body>
|
| </html>
|
|
|