LayoutTests:
2007-08-19 Mitz Pettel <mitz@webkit.org>
Reviewed by Adam Roben.
- test for http://bugs.webkit.org/show_bug.cgi?id=15008
ASSERTION FAILED: !firstLineBox() == !lastLineBox() setting content on image
* fast/images/text-content-crash-2-expected.txt: Added.
* fast/images/text-content-crash-2.html: Added.
WebCore:
2007-08-19 Mitz Pettel <mitz@webkit.org>
Reviewed by Adam Roben.
- fix http://bugs.webkit.org/show_bug.cgi?id=15008
ASSERTION FAILED: !firstLineBox() == !lastLineBox() setting content on image
Test: fast/images/text-content-crash-2.html
* html/HTMLImageLoader.cpp:
(WebCore::HTMLImageLoader::setImage): Added a check that the renderer is an
image.
(WebCore::HTMLImageLoader::updateFromElement): Ditto.
(WebCore::HTMLImageLoader::notifyFinished): Ditto.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@25150
268f45cc-cd09-0410-ab3c-
d52691b4dbfc