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

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

Issue 3014001: ChromeFrame tabs would hang at times while closing. This would randomly occur... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta http-equiv="x-ua-compatible" content="chrome=1" />
4 <title>ChromeFrame fulltab mode unload event final page</title> 3 <title>ChromeFrame fulltab mode unload event final page</title>
5 <script type="text/javascript" 4 <script type="text/javascript"
6 src="chrome_frame_tester_helpers.js"></script> 5 src="chrome_frame_tester_helpers.js"></script>
7 <script language=javascript> 6 <script language=javascript>
8 function onLoad() { 7 function onLoad() {
9 if (isRunningInChrome()) { 8 if (isRunningInChrome()) {
10 if (window.localStorage.unload_success == 1) { 9 if (window.localStorage.unload_success == 1) {
11 window.externalHost.postMessage("Unload success"); 10 window.externalHost.postMessage("Unload success");
12 } 11 }
13 } 12 }
14 } 13 }
15 </script> 14 </script>
16 </head> 15 </head>
17 <body onload="setTimeout('onLoad()', 50);"> 16 <body onload="setTimeout('onLoad()', 50);">
18 ChromeFrame full tab mode unload event final page. 17 ChromeFrame full tab mode unload event final page.
19 Validates that page unload events are received in ChromeFrame. 18 Validates that page unload events are received in ChromeFrame.
20 </body> 19 </body>
21 </html> 20 </html>
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame_automation.cc ('k') | chrome_frame/test/data/fulltab_before_unload_event_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698