[Webkit-unassigned] [Bug 74409] [GTK] plugins/netscape-plugin-page-cache-works.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 2 03:44:23 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=74409





--- Comment #3 from Zan Dobersek <zandobersek at gmail.com>  2012-03-02 03:44:24 PST ---
(In reply to comment #2)
> Created an attachment (id=129866)
 --> (https://bugs.webkit.org/attachment.cgi?id=129866&action=review) [details]
> Patch

I've avoided adding new property to WebKitWebSettings and rather piped the setting through DumpRenderTreeSupport. It should be discussed if new API is welcome for this setting.

The patch fixes two tests from comment #1 but the test in the title is flaky. It seems the plugin is loaded before the page, causing such failures:

--- WebKitBuild/Release/layout-test-results/plugins/netscape-plugin-page-cache-works-expected.txt
+++ WebKitBuild/Release/layout-test-results/plugins/netscape-plugin-page-cache-works-actual.txt
@@ -5,9 +5,9 @@

 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.

+null: Plugin created
 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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list