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

Unified Diff: chrome/test/data/translate/fr_test.html

Issue 13825006: Translate: browser test to verify whole translate process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win build fix 2 Created 7 years, 8 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
« no previous file with comments | « chrome/test/data/translate/OWNERS ('k') | chrome/test/data/translate/pseudo_element_main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/translate/fr_test.html
diff --git a/chrome/test/data/translate/fr_test.html b/chrome/test/data/translate/fr_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..c405e6d71903571ce1235222b753d52e3e5e5ac3
--- /dev/null
+++ b/chrome/test/data/translate/fr_test.html
@@ -0,0 +1,15 @@
+<html>
+<!--
+Copyright 2013 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.
+-->
+<head>
+ <title>fr_test.html: check if Chrome Translate works</title>
+ <meta http-equiv="content-language" content="fr">
+</head>
+<body>
+ <div>bonjour Chrome Translate.</div>
+ <div id="log"></div>
+</body>
+</html>
« no previous file with comments | « chrome/test/data/translate/OWNERS ('k') | chrome/test/data/translate/pseudo_element_main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698