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

Side by Side Diff: chrome/test/data/fast_shutdown/on_unloader.html

Issue 245036: Make sudden termination into a counter.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
Property Changes:
Added: svn:mergeinfo
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <BODY onUnload="alert('bye now!')" onClick="doPopup()">
2
3 <script>
4
5 function doPopup() {
6 popup = window.open('on_before_unloader.html')
7 }
8
9 </script>
OLDNEW
« no previous file with comments | « chrome/test/data/fast_shutdown/on_before_unloader.html ('k') | chrome/test/ui/fast_shutdown_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698