| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright 2013 The Chromium Authors. All rights reserved. | 3 Copyright 2013 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 <head> | 7 <head> |
| 8 <title>fr_test.html: check if Chrome Translate works</title> | 8 <title>update_location.html</title> |
| 9 <meta http-equiv="content-language" content="fr"> | 9 <meta http-equiv="content-language" content="fr"> |
| 10 <script> |
| 11 var path = location.pathname.split("/"); |
| 12 path[path.length - 1] = "update_location_next.html"; |
| 13 location.pathname = path.join("/"); |
| 14 </script> |
| 10 </head> | 15 </head> |
| 11 <body> | 16 <body> |
| 12 <div>bonjour Chrome Translate.</div> | 17 <div>bonjour Chrome Translate.</div> |
| 13 <div id="log"></div> | |
| 14 </body> | 18 </body> |
| 15 </html> | 19 </html> |
| OLD | NEW |