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

Side by Side Diff: LayoutTests/fast/harness/use-page-cache-expected.txt

Issue 14195011: Removed WONTFIX tests (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 This test uses testRunner.overridePreference("WebKitUsesPageCachePreferenceKey", 1); to enable back-forward WebKit page cache for the duration of the test. The test enables cache, navigates to page-1, then to page-2 and then does history.ba ck() to page-1. On navigation back to page-1, test verifies that previously-init ialized timer continues to fire and onload is not called again. If test fails it hangs or outputs 'FAIL' below.
2
3 open page-1
4 page-1, about to navigate to page-2.
5 page-2, about to go back to page-1
6 Back on page-1, timer is still firing.
7 PASS.
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698