Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6834)

Unified Diff: chrome/test/data/extensions/platform_apps/web_view_isolation/storage1.html

Issue 11234032: Webview tag creation should be using storage partitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disabling session storage test for isolated apps. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698