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

Unified Diff: content/test/data/onunload_cookie_wrapper.html

Issue 140553003: Browser test that demonstrates failure to run subframe unload handlers. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/data/onunload_cookie.html ('k') | content/test/data/onunload_cookie_wrapper_wrapper.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/onunload_cookie_wrapper.html
diff --git a/content/test/data/onunload_cookie_wrapper.html b/content/test/data/onunload_cookie_wrapper.html
new file mode 100644
index 0000000000000000000000000000000000000000..22df05c6d1e2692b126a59aa06336f24f9dd12aa
--- /dev/null
+++ b/content/test/data/onunload_cookie_wrapper.html
@@ -0,0 +1,14 @@
+<html>
+ <head>
+ <title>Loading...</title>
+ <script>
+ function onMessage() {
+ document.title = "set cookie on unload";
+ }
+ window.addEventListener('message', onMessage);
+ </script>
+ </head>
+ <body>
+ <iframe src="onunload_cookie.html"></iframe>
+ </body>
+</html>
« no previous file with comments | « content/test/data/onunload_cookie.html ('k') | content/test/data/onunload_cookie_wrapper_wrapper.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698