Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / translate / update_location.html
blob59144d2ff45e3f0ad84eb2ed3cf5f45f6e7ed0a2
1 <html>
2 <!--
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
5 found in the LICENSE file.
6 -->
7 <head>
8 <title>update_location.html</title>
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>
15 </head>
16 <body>
17 <div>bonjour Chrome Translate.</div>
18 </body>
19 </html>