| Index: chrome/test/data/translate/und_test.html
|
| diff --git a/chrome/test/data/translate/update_location_next.html b/chrome/test/data/translate/und_test.html
|
| similarity index 57%
|
| copy from chrome/test/data/translate/update_location_next.html
|
| copy to chrome/test/data/translate/und_test.html
|
| index 512452ae2223b6ff2e4ee152553aab4f49376a17..06e55f8b403ea561051f6b0fd723e6d0765a62cd 100644
|
| --- a/chrome/test/data/translate/update_location_next.html
|
| +++ b/chrome/test/data/translate/und_test.html
|
| @@ -1,13 +1,13 @@
|
| -<html>
|
| +<html lang="und">
|
| <!--
|
| 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>update_location_next.html</title>
|
| + <title>und_test.html: check if Chrome Translate works</title>
|
| + <meta http-equiv="content-language" content="und">
|
| </head>
|
| -<body onload="document.title='PASS';">
|
| - <div>too short to detect a language.</div>
|
| +<body>
|
| </body>
|
| </html>
|
|
|