| Index: chrome/test/data/extensions/platform_apps/web_view/content_script_fetch/embedder.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/content_script_fetch/embedder.html b/chrome/test/data/extensions/platform_apps/web_view/content_script_fetch/embedder.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5387cce32701e8360e92ddccebb6b92e9330ed04
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view/content_script_fetch/embedder.html
|
| @@ -0,0 +1,11 @@
|
| +<!--
|
| + * Copyright 2017 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>
|
| + <script src="embedder.js"></script>
|
| +</body>
|
| +</html>
|
|
|