fast/images/support-broken-image-delegate.html failing on Windows since it was added
https://bugs.webkit.org/show_bug.cgi?id=55324
Summary fast/images/support-broken-image-delegate.html failing on Windows since it wa...
Adam Roben (:aroben)
Reported 2011-02-27 10:32:28 PST
fast/images/support-broken-image-delegate.html has been failing on Windows since it was added in r79771. See the URL for the failure diff.
Attachments
Adam Roben (:aroben)
Comment 1 2011-02-27 10:33:13 PST
It looks like this is due to a difference in the behavior of DumpRenderTree.cpp:urlSuitableForTestResult and -[NSURL(DRTExtras) _drt_descriptionSuitableForTestResult].
Adam Roben (:aroben)
Comment 2 2011-02-27 12:53:46 PST
...and due to the new delegate callback not being exposed in the Windows WebKit1 API.
Adam Roben (:aroben)
Comment 3 2011-02-27 13:11:08 PST
(In reply to comment #1) > It looks like this is due to a difference in the behavior of DumpRenderTree.cpp:urlSuitableForTestResult and -[NSURL(DRTExtras) _drt_descriptionSuitableForTestResult]. I filed bug 55328 for this part.
Adam Roben (:aroben)
Comment 4 2011-02-27 13:31:08 PST
Added Windows expected failure results Committed r79828: <http://trac.webkit.org/changeset/79828>
Adam Roben (:aroben)
Comment 5 2011-02-27 13:32:50 PST
Yongjun Zhang
Comment 6 2011-02-28 09:23:36 PST
thanks aroben!
Note You need to log in before you can comment on or make changes to this bug.