Bug 70481 - REGRESSION (r97865): broke plugins/resize-from-plugin.html on GTK
Summary: REGRESSION (r97865): broke plugins/resize-from-plugin.html on GTK
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Martin Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-20 00:47 PDT by Philippe Normand
Modified: 2011-10-24 23:51 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.00 KB, patch)
2011-10-24 23:49 PDT, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.