[Webkit-unassigned] [Bug 70304] width/height attributes of input element should be supported when the type of the input element is image.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 19 17:15:22 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=70304
--- Comment #58 from Kent Tamura <tkent at chromium.org> 2012-04-19 17:15:21 PST ---
(In reply to comment #55)
> Created an attachment (id=132977)
--> (https://bugs.webkit.org/attachment.cgi?id=132977&action=review) [details]
> Test case - no renderer but with width attribute
>
> Dear Darin Adler,
> I create a test case which you requested.
>
> Attached test case can cover the first one of your list below.
> 4th one is already included in the previous patch.
>
> 1) no renderer but with width attribute
> 2) no renderer and no width attribute with a loaded image
> 3) no renderer and no width attribute and no loaded image
> 4) with renderer
>
>
> I have trouble with the 2nd and 3rd.
> * How can I test "no width"? Does it mean, don't set a value to the width/height attribute?
It means just an image input without the width attribute.
> * I think there might be no differences between loaded/not-loaded image case when we just access to the width/height attribute. What is your expectation?
Your code has different code paths for loaded case and not-loaded case.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list