Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8319)

Unified Diff: chrome/test/data/translate/und_test.html

Issue 25373009: Translate: New Bubble UX (for the view toolkit) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add the browser test Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« chrome/browser/ui/browser_window.h ('K') | « chrome/test/base/test_browser_window.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698