| Index: chrome/test/data/extensions/api_test/cast_streaming/bad_logging.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/main.html b/chrome/test/data/extensions/api_test/cast_streaming/bad_logging.html
|
| similarity index 59%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/main.html
|
| copy to chrome/test/data/extensions/api_test/cast_streaming/bad_logging.html
|
| index c4da227720ae3bc35fada3611ff80c529773c754..42833a3fa77986907d340286da04ad7068eee6cf 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/main.html
|
| +++ b/chrome/test/data/extensions/api_test/cast_streaming/bad_logging.html
|
| @@ -1,12 +1,7 @@
|
| -<!doctype html>
|
| <!--
|
| * Copyright (c) 2014 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="main.js"></script>
|
| -</body>
|
| -</html>
|
| +<script src="common.js"></script>
|
| +<script src="bad_logging.js"></script>
|
|
|