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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view_isolation/storage2.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/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>
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view_isolation/storage1.html ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698