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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/isolation_indexeddb/main.html

Issue 1144473003: <webview>: Add JavaScript test for IndexedDB isolation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 5 years, 7 months 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_indexeddb/main.html
diff --git a/chrome/test/data/extensions/platform_apps/extension_view/main.html b/chrome/test/data/extensions/platform_apps/web_view/isolation_indexeddb/main.html
similarity index 64%
copy from chrome/test/data/extensions/platform_apps/extension_view/main.html
copy to chrome/test/data/extensions/platform_apps/web_view/isolation_indexeddb/main.html
index 6ee173398eb71a54b67b7d363ccb57d289f7d8e2..9ea54d4f4f096c1e6055b4ab4357512e3c61bfd7 100644
--- a/chrome/test/data/extensions/platform_apps/extension_view/main.html
+++ b/chrome/test/data/extensions/platform_apps/web_view/isolation_indexeddb/main.html
@@ -1,4 +1,3 @@
-<!doctype html>
<!--
* Copyright 2015 The Chromium Authors. All rights reserved. Use of this
* source code is governed by a BSD-style license that can be found in the
@@ -6,7 +5,8 @@
-->
<html>
<body>
- <div id="object-container"></div>
- <script src="main.js"></script>
+<h1>Web View Indexed DB Isolation Test</h1>
+<div id="web_view_container"></div>
+<script src="main.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698