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

Side by Side Diff: LayoutTests/fast/dom/DeviceOrientation/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 if (window.testRunner) {
10 testRunner.setMockDeviceOrientation(true, 1.1, true, 2.2, true, 3.3);
11 testRunner.notifyDone();
12 }
13 </script>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698