RESOLVED FIXED 132877
platform/mac/plugins/testplugin-onnew-onpaint.html failing after r168668
https://bugs.webkit.org/show_bug.cgi?id=132877
Summary platform/mac/plugins/testplugin-onnew-onpaint.html failing after r168668
Jon Honeycutt
Reported 2014-05-13 11:07:48 PDT
platform/mac/plugins/testplugin-onnew-onpaint.html is failing after r168668, which made plug-in loading asynchronous.
Attachments
Patch (1.46 KB, patch)
2014-05-13 11:09 PDT, Jon Honeycutt
no flags
Jon Honeycutt
Comment 1 2014-05-13 11:09:14 PDT
Brent Fulgham
Comment 2 2014-05-13 11:12:38 PDT
Comment on attachment 231395 [details] Patch r=me
Alexey Proskuryakov
Comment 3 2014-05-13 11:15:26 PDT
Comment on attachment 231395 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=231395&action=review > LayoutTests/ChangeLog:9 > + Make the test wait until plug-ins have loaded before finishing. Is onload expected to fire after plug-ins load? An honest question, I don't know if this test change is required for correctness, or if it is papering over a bug.
Alexey Proskuryakov
Comment 4 2014-05-13 11:16:07 PDT
I didn't mean to override the r+, but I think that this question is valid nonetheless.
Jon Honeycutt
Comment 5 2014-05-13 14:40:20 PDT
(In reply to comment #3) > (From update of attachment 231395 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=231395&action=review > > > LayoutTests/ChangeLog:9 > > + Make the test wait until plug-ins have loaded before finishing. > > Is onload expected to fire after plug-ins load? An honest question, I don't know if this test change is required for correctness, or if it is papering over a bug. No, onload should be firing after plug-ins load. This is covered by <rdar://problem/16858476>. However, all tests expecting synchronous plug-in loading should've been updated as part of r168668. This is just bringing this test in line with the others.
Jon Honeycutt
Comment 6 2014-05-13 14:55:54 PDT
Note You need to log in before you can comment on or make changes to this bug.