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.
8 <title>update_location_at_onload.html
</title>
9 <meta http-equiv=
"content-language" content=
"fr">
11 function updateLocation() {
12 var path
= location
.pathname
.split("/");
13 path
[path
.length
- 1] = "update_location_next.html";
14 location
.pathname
= path
.join("/");
18 <body onload=
"updateLocation();">
19 <div>bonjour Chrome Translate.
</div>