Bug 70481

Summary: REGRESSION (r97865): broke plugins/resize-from-plugin.html on GTK
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Martin Robinson <mrobinson>
Status: RESOLVED FIXED    
Severity: Normal CC: mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Philippe Normand 2011-10-20 00:47:17 PDT
Martin will fix it! I'm skipping the test for now. Failure is consistent, here's the diff:


--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/plugins/resize-from-plugin-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/plugins/resize-from-plugin-actual.txt 
@@ -7,6 +7,6 @@

 Test for NPP_SetWindow calls sent while a plug-in resizes itself.

-x: 0, y: 0, width: 200, height: 200, clipRect: (0, 0, 0, 0)
+x: 0, y: 0, width: 200, height: 200, clipRect: (0, 0, 200, 142)
 Height and width should equal 200, and the plug-in size should not change on scroll.
Comment 1 Martin Robinson 2011-10-24 23:49:56 PDT
Created attachment 112300 [details]
Patch
Comment 2 Martin Robinson 2011-10-24 23:50:40 PDT
Committed r98322: <http://trac.webkit.org/changeset/98322>
Comment 3 Martin Robinson 2011-10-24 23:51:26 PDT
It seems that the previous results were incorrect. My patch seems to have fixed the test. I've updated the results.