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.
Created attachment 112300 [details] Patch
Committed r98322: <http://trac.webkit.org/changeset/98322>
It seems that the previous results were incorrect. My patch seems to have fixed the test. I've updated the results.