| 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>
|
|
|