[Webkit-unassigned] [Bug 32077] textarea grows when you type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 20 02:54:42 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=32077





--- Comment #24 from Kent Tamura <tkent at chromium.org>  2010-05-20 02:54:41 PST ---
(From update of attachment 51394)
> +        Add test for the case with various type of properties for vertical box size.
> +        including height, min-height, max-height, padding-top/bottom, margin-top/bottom.
> +        
> +        * fast/forms/resources/textarea-percentage-dimensions.js: Added.
> +        * fast/forms/textarea-percentage-dimension-height-expected.txt: Added.
> +        * fast/forms/textarea-percentage-dimension-height.html: Added.
> +        * fast/forms/textarea-percentage-dimension-margin-bottom-expected.txt: Added.
> +        * fast/forms/textarea-percentage-dimension-margin-bottom.html: Added.
> +        * fast/forms/textarea-percentage-dimension-margin-top-expected.txt: Added.
> +        * fast/forms/textarea-percentage-dimension-margin-top.html: Added.
> +        * fast/forms/textarea-percentage-dimension-max-height-expected.txt: Added.
> +        * fast/forms/textarea-percentage-dimension-max-height.html: Added.
> +        * fast/forms/textarea-percentage-dimension-min-height-expected.txt: Added.
> +        * fast/forms/textarea-percentage-dimension-min-height.html: Added.
> +        * fast/forms/textarea-percentage-dimension-padding-bottom-expected.txt: Added.
> +        * fast/forms/textarea-percentage-dimension-padding-bottom.html: Added.
> +        * fast/forms/textarea-percentage-dimension-padding-top-expected.txt: Added.
> +        * fast/forms/textarea-percentage-dimension-padding-top.html: Added.

Can you merge these tests into one, and convert it to script-tests?
You can generate each of test target HTMLs like the following.

var parent = document.createElement('div');
document.body.appendChild(parent);
parent.innerHTML = '<div><textarea ....'

-- 
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