[Webkit-unassigned] [Bug 17760] <img> treats empty src as no image at all

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 11 19:36:22 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17760





------- Comment #5 from yuzhu.shen at gmail.com  2008-03-11 19:36 PDT -------
Hi, Darin. Thanks for your reply. :)

I think it is reasonable to check whether src is null. However, I am not sure
when we will get in HTMLImageLoader::updateFromElement() with src is a null
string:
1) When src is not specified, we will not get into
HTMLImageLoader::updateFromElement() at all.
2) And I tried in javascript "delete some_img.src" or "some_img.src =
undefined". They didn't work either.
How could I write a test case to test this?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list