| Index: chrome/test/data/extensions/platform_apps/web_view_isolation/storage1.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/storage1.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/storage1.html
|
| index d76e36dfd49e7efddfee2cc0ab91b24c96980fb4..8443a274c064581b02c97fea7c69937b017e092e 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view_isolation/cookie.html
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view_isolation/storage1.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 1, used for testing storage isolation.
|
| </body>
|
| </html>
|
|
|