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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/plugins/netscape-plugin-page-cache-works-expected.txt
diff --git a/LayoutTests/plugins/netscape-plugin-page-cache-works-expected.txt b/LayoutTests/plugins/netscape-plugin-page-cache-works-expected.txt
deleted file mode 100644
index a99fae0e50960950e8a86e0247a176956729bf0f..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/netscape-plugin-page-cache-works-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-This tests that pages with plugins behave properly with the page cache. This includes:
--The plugin being destroyed upon navigation away from the page.
--The plugin being recreated upon restoring the page from the page cache.
--Plugin script objects accessed the first time the plugin was created are appropriately invalidated after the page has been restored from the page cache.
-
-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 recreation means it had successfully been destroyed.
-
-Initial load: Page loaded
-Initial load: Page shown
-Initial load: Plugin created
-Initial load: Accessing testObject.property
-Initial load: Accessed testObject.property without exception
-Initial load: Assigning to testObject.property
-Initial load: Assigned to testObject.property without exception
-Initial load: Page hidden
-Restored from page cache: Page shown
-Restored from page cache: Plugin created
-Restored from page cache: Accessing testObject.property
-Restored from page cache: While accessing testObject.property: ReferenceError: Trying to access object from destroyed plug-in.
-Restored from page cache: Assigning to testObject.property
-Restored from page cache: While assigning to testObject.property: ReferenceError: Trying to access object from destroyed plug-in.
-
« 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