Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1132)

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/guest.html

Issue 153263006: Add test for ChromeVox injection into webview (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment fixed Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698