| Index: chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/guest.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/empty_guest.html b/chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/guest.html
|
| similarity index 58%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/shim/empty_guest.html
|
| copy to chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/guest.html
|
| index d375fe47936402f848cd0bade2ec8c2874660acf..39c42a39dfcc0f60e05011672e87116b299ff110 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/shim/empty_guest.html
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/guest.html
|
| @@ -1,13 +1,14 @@
|
| <!doctype html>
|
| <!--
|
| - * Copyright (c) 2013 The Chromium Authors. All rights reserved. Use of this
|
| + * 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>
|
| <head>
|
| - <title>A simple guest that does nothing.</title>
|
| + <title>ChromeVox test title</title>
|
| </head>
|
| <body>
|
| + <div>Some text</div>
|
| </body>
|
| </html>
|
|
|