Some tests failing or crashing on Gtk/Qt with r56079
The new test added in r56079 was plugins/resize-from-plugin.html. It's failing due to a pre-existing issue, NPP_SetWindow seemingly isn't ever called: -x: 18, y: 52, width: 200, height: 200, clipRect: (18, 52, 200, 142) +x: 6619246, y: 7536756, width: 6357091, height: 6619248, clipRect: (0, 0, 0, 0) Height and width should equal 200, and the plug-in size should not change on scroll. Another test that's skipped on Gtk with a reference to this bug is plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html. It was added in r34988, and r56079 couldn't affect it in any way. It does seem to crash randomly, and needs a separate bug.
Filed bug 36228 for the old crashing test.
It also fails on Windows. I have a patch that should get us closer.
Created attachment 51051 [details] proposed patch
Comment on attachment 51051 [details] proposed patch r=me, though you could ask Anders Carlsson or Jon Honeycutt to look at the different result on Windows.
Anders came up with an explanation, which I've put into ChangeLog. Committed <http://trac.webkit.org/changeset/56172>, and closing. We can reopen if bots are still unhappy.
I'll land new results for Gtk - it gets a different clip rect, which may or may not be correct. Will also take results for Qt from buildbot, but these a definite failure.
Attachment 51051 [details] was posted by a committer and has review+, assigning to Alexey Proskuryakov for commit.
Comment on attachment 51051 [details] proposed patch Clearing review on a landed patch.
This bug now represents a Qt problem with this test.
*** This bug has been marked as a duplicate of bug 40879 ***