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

Side by Side Diff: LayoutTests/batterystatus/resources/event-after-navigation-new.html

Issue 14495004: Remove left-over PageCache stuff (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 </head>
4 <body>
5 Tests for a crash where an event is fired after the page has been navigated
6 away when the original page is in the page cache.<br><br>
7 SUCCESS
8 <script>
9 internals.setBatteryStatus(document, 'chargingchange', true, 3000, Numbe r.POSITIVE_INFINITY, 0.5);
10 testRunner.notifyDone();
11 </script>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698