Index: chrome_frame/test/data/fulltab_before_unload_event_main.html |
diff --git a/chrome_frame/test/data/fulltab_before_unload_event_main.html b/chrome_frame/test/data/fulltab_before_unload_event_main.html |
deleted file mode 100644 |
index 51b50b60d80cd94732999267bc9b696afa1a471e..0000000000000000000000000000000000000000 |
--- a/chrome_frame/test/data/fulltab_before_unload_event_main.html |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-<html> |
- <head> |
- <title>ChromeFrame fulltab mode unload event final page</title> |
- <script type="text/javascript" |
- src="chrome_frame_tester_helpers.js"></script> |
- <script language=javascript> |
- function onLoad() { |
- if (isRunningInChrome()) { |
- if (window.localStorage.unload_success == 1) { |
- window.externalHost.postMessage("Unload success"); |
- } |
- } |
- } |
- </script> |
- </head> |
- <body onload="setTimeout('onLoad()', 50);"> |
- ChromeFrame full tab mode unload event final page. |
- Validates that page unload events are received in ChromeFrame. |
- </body> |
-</html> |