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

Side by Side 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, 7 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>Loading...</title>
4 <script>
5 function onMessage() {
6 document.title = "set cookie on unload";
7 }
8 window.addEventListener('message', onMessage);
9 </script>
10 </head>
11 <body>
12 <iframe src="onunload_cookie.html"></iframe>
13 </body>
14 </html>
OLDNEW
« 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