Bug 46900 - REGRESSION (r68520): plugins/access-after-page-destroyed.html failing on Windows
Summary: REGRESSION (r68520): plugins/access-after-page-destroyed.html failing on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Adam Roben (:aroben)
URL: http://build.webkit.org/results/Windo...
Keywords: InRadar, LayoutTestFailure, PlatformOnly, Regression
Depends on:
Blocks:
 
Reported: 2010-09-30 08:10 PDT by Adam Roben (:aroben)
Modified: 2010-09-30 08:19 PDT (History)
2 users (show)

See Also:


Attachments
Teach WindowGeometryInitializedBeforeSetWindow that NPP_SetWindow can be called more than once (2.74 KB, patch)
2010-09-30 08:16 PDT, Adam Roben (:aroben)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-09-30 08:10:36 PDT
plugins/access-after-page-destroyed.html is failing on Windows

--- /home/buildbot/slave/WebKit-BuildSlave/win-debug-tests/build/layout-test-results/plugins/access-after-page-destroyed-expected.txt	2010-09-30 07:32:53.110820400 -0700
+++ /home/buildbot/slave/WebKit-BuildSlave/win-debug-tests/build/layout-test-results/plugins/access-after-page-destroyed-actual.txt	2010-09-30 07:32:53.109820400 -0700
@@ -1 +1,2 @@
+CONSOLE MESSAGE: line 0: PLUGIN: ::GetClientRect failed
 If the page does not trigger a crash the test passed.
Comment 1 Adam Roben (:aroben) 2010-09-30 08:11:09 PDT
<rdar://problem/8496888>
Comment 2 Adam Roben (:aroben) 2010-09-30 08:16:43 PDT
Created attachment 69337 [details]
Teach WindowGeometryInitializedBeforeSetWindow that NPP_SetWindow can be called more than once
Comment 3 Adam Roben (:aroben) 2010-09-30 08:19:40 PDT
Committed r68785: <http://trac.webkit.org/changeset/68785>