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

Side by Side Diff: LayoutTests/fast/events/pageshow-pagehide-on-back-cached-with-frames-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 CONSOLE MESSAGE: line 20: ***Top level frame being parsed for the initial page l oad***
2 CONSOLE MESSAGE: line 20: Subsubframe window.onload
3 CONSOLE MESSAGE: line 20: Subsubframe window.onpageshow, target = [object HTMLDo cument], persisted = false
4 CONSOLE MESSAGE: line 20: Subframe window.onload
5 CONSOLE MESSAGE: line 20: Subframe window.onpageshow, target = [object HTMLDocum ent], persisted = false
6 CONSOLE MESSAGE: line 20: Main frame window.onload
7 CONSOLE MESSAGE: line 20: Main frame window.onpageshow, target = [object HTMLDoc ument], persisted = false
8 CONSOLE MESSAGE: line 20: ***Navigating top-level frame to a page that will imme diately navigate back to this one***
9 CONSOLE MESSAGE: line 20: Main frame window.onpagehide, target = [object HTMLDoc ument], persisted = true
10 CONSOLE MESSAGE: line 20: Subframe window.onpagehide, target = [object HTMLDocum ent], persisted = true
11 CONSOLE MESSAGE: line 20: Subsubframe window.onpagehide, target = [object HTMLDo cument], persisted = true
12 CONSOLE MESSAGE: line 20: Subsubframe window.onpageshow, target = [object HTMLDo cument], persisted = true
13 CONSOLE MESSAGE: line 20: Subframe window.onpageshow, target = [object HTMLDocum ent], persisted = true
14 CONSOLE MESSAGE: line 20: Main frame window.onpageshow, target = [object HTMLDoc ument], persisted = true
15 Test pageshow/pagehide event behavior when navigating away from a page with fram es, putting the page in the page cache, then back to it.
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698