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

Side by Side Diff: LayoutTests/plugins/netscape-plugin-page-cache-works-expected.txt

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 This tests that pages with plugins behave properly with the page cache. This inc ludes:
2 -The plugin being destroyed upon navigation away from the page.
3 -The plugin being recreated upon restoring the page from the page cache.
4 -Plugin script objects accessed the first time the plugin was created are approp riately invalidated after the page has been restored from the page cache.
5
6 Unfortunately there is no reliable way to get affirmative confirmation that the plugin was destroyed upon navigation away from the page. For now we'll assume re creation means it had successfully been destroyed.
7
8 Initial load: Page loaded
9 Initial load: Page shown
10 Initial load: Plugin created
11 Initial load: Accessing testObject.property
12 Initial load: Accessed testObject.property without exception
13 Initial load: Assigning to testObject.property
14 Initial load: Assigned to testObject.property without exception
15 Initial load: Page hidden
16 Restored from page cache: Page shown
17 Restored from page cache: Plugin created
18 Restored from page cache: Accessing testObject.property
19 Restored from page cache: While accessing testObject.property: ReferenceError: T rying to access object from destroyed plug-in.
20 Restored from page cache: Assigning to testObject.property
21 Restored from page cache: While assigning to testObject.property: ReferenceError : Trying to access object from destroyed plug-in.
22
OLDNEW
« no previous file with comments | « LayoutTests/plugins/netscape-plugin-page-cache-works.html ('k') | LayoutTests/plugins/resources/go-back.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698