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

Side by Side Diff: chrome_frame/test/data/CFInstall_dismiss.html

Issue 49693005: Fix spelling: "supress" -> "suppress" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 1 month 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/common/pref_names.cc ('k') | chrome_frame/test/data/CFInstall_overlay.html » ('j') | 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 <head> 2 <head>
3 <script type="text/javascript" 3 <script type="text/javascript"
4 src="chrome_frame_tester_helpers.js"></script> 4 src="chrome_frame_tester_helpers.js"></script>
5 <script type="text/javascript" 5 <script type="text/javascript"
6 src="CFInstall.js"></script> 6 src="CFInstall.js"></script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <div id="statusPanel" style="border: 1px solid red; width: 100%"> 9 <div id="statusPanel" style="border: 1px solid red; width: 100%">
10 Test running.... 10 Test running....
11 </div> 11 </div>
12 12
13 <script type="text/javascript"> 13 <script type="text/javascript">
14 var testName = 'CFInstallDismiss'; 14 var testName = 'CFInstallDismiss';
15 (function(){ 15 (function(){
16 try{ 16 try{
17 // Testing over-rides for GCF detection code. 17 // Testing over-rides for GCF detection code.
18 CFInstall._force = true; 18 CFInstall._force = true;
19 CFInstall._forceValue = false; 19 CFInstall._forceValue = false;
20 20
21 // Clobber prompt supression cookie if set. 21 // Clobber prompt suppression cookie if set.
22 document.cookie = 'disableGCFCheck=0;path=/'; 22 document.cookie = 'disableGCFCheck=0;path=/';
23 23
24 CFInstall.check({ 24 CFInstall.check({
25 id: 'prompt', 25 id: 'prompt',
26 mode: 'overlay' 26 mode: 'overlay'
27 }); 27 });
28 28
29 var p = byId('prompt'); 29 var p = byId('prompt');
30 30
31 if (!p) { 31 if (!p) {
(...skipping 12 matching lines...) Expand all
44 44
45 } catch (e) { 45 } catch (e) {
46 onFailure(testName, 1, 46 onFailure(testName, 1,
47 'CFInstall overlay prompt failed with error: '+e); 47 'CFInstall overlay prompt failed with error: '+e);
48 } 48 }
49 })(); 49 })();
50 </script> 50 </script>
51 <p>Tests CFInstall overlay prompt</p> 51 <p>Tests CFInstall overlay prompt</p>
52 </body> 52 </body>
53 </html> 53 </html>
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome_frame/test/data/CFInstall_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698