| Index: chrome/test/data/extensions/platform_apps/extension_view/src_attribute/main.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/display_none_set_src/main.html b/chrome/test/data/extensions/platform_apps/extension_view/src_attribute/main.html
|
| similarity index 56%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/display_none_set_src/main.html
|
| copy to chrome/test/data/extensions/platform_apps/extension_view/src_attribute/main.html
|
| index d7227a6acdd514ac47b9cb90ad272a7e1fbc8dd9..702279806e623e49a9eb3ad169f81455e7751ecd 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/display_none_set_src/main.html
|
| +++ b/chrome/test/data/extensions/platform_apps/extension_view/src_attribute/main.html
|
| @@ -1,12 +1,12 @@
|
| <!doctype html>
|
| <!--
|
| - * Copyright 2014 The Chromium Authors. All rights reserved. Use of this
|
| + * 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
|
| * LICENSE file.
|
| -->
|
| <html>
|
| <body>
|
| - <div id="webview-tag-container"></div>
|
| + <extensionview src="data:text/html,<body>One</body>"></extensionview>
|
| <script src="main.js"></script>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|