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

Side by Side Diff: chrome/test/data/translate/update_location_next.html

Issue 14769004: Translate: infobars should not appear when a page has a refresh meta tag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase fix Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/translate/update_location_at_onload.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_next.html</title>
9 <meta http-equiv="content-language" content="fr">
10 </head> 9 </head>
11 <body> 10 <body onload="document.title='PASS';">
12 <div>bonjour Chrome Translate.</div> 11 <div>too short to detect a language.</div>
13 <div id="log"></div>
14 </body> 12 </body>
15 </html> 13 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/translate/update_location_at_onload.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698