| 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>
|
|
|