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

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

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 years, 11 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
(Empty)
1 <html>
2 <head>
3 <title>ChromeFrame fulltab mode unload event final page</title>
4 <script type="text/javascript"
5 src="chrome_frame_tester_helpers.js"></script>
6 <script language=javascript>
7 function onLoad() {
8 if (isRunningInChrome()) {
9 if (window.localStorage.unload_success == 1) {
10 window.externalHost.postMessage("Unload success");
11 }
12 }
13 }
14 </script>
15 </head>
16 <body onload="setTimeout('onLoad()', 50);">
17 ChromeFrame full tab mode unload event final page.
18 Validates that page unload events are received in ChromeFrame.
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/fulltab_anchor_url_navigate.html ('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