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

Unified Diff: chrome/test/data/onunload_cookie.html

Issue 10829070: Move resource_dispatcher_host_browsertest.cc to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/nosniff-test.html.mock-http-headers ('k') | chrome/test/data/sync_xmlhttprequest.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/onunload_cookie.html
===================================================================
--- chrome/test/data/onunload_cookie.html (revision 148962)
+++ chrome/test/data/onunload_cookie.html (working copy)
@@ -1,18 +0,0 @@
-<html>
- <head>
- <title>Loading...</title>
- </head>
- <body onload="attachUnloadListener()">
- <script>
- function attachUnloadListener() {
- window.addEventListener('unload', onUnload, false);
- document.title = "set cookie on unload";
- }
-
- function onUnload() {
- document.cookie = "onunloadCookie=foo";
- }
- </script>
- <p>Navigate to another page to set cookie</p>
- </body>
-</html>
« no previous file with comments | « chrome/test/data/nosniff-test.html.mock-http-headers ('k') | chrome/test/data/sync_xmlhttprequest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698