RESOLVED FIXED 70481
REGRESSION (r97865): broke plugins/resize-from-plugin.html on GTK
https://bugs.webkit.org/show_bug.cgi?id=70481
Summary REGRESSION (r97865): broke plugins/resize-from-plugin.html on GTK
Philippe Normand
Reported 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.
Attachments
Patch (2.00 KB, patch)
2011-10-24 23:49 PDT, Martin Robinson
no flags
Martin Robinson
Comment 1 2011-10-24 23:49:56 PDT
Martin Robinson
Comment 2 2011-10-24 23:50:40 PDT
Martin Robinson
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.