[Webkit-unassigned] [Bug 68592] wrap attribute of textarea element cannot be accessed by JavaScript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 01:55:21 PDT 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #108811|review?                     |review-
               Flag|                            |




--- Comment #10 from Kent Tamura <tkent at chromium.org>  2011-09-27 01:55:21 PST ---
(From update of attachment 108811)
View in context: https://bugs.webkit.org/attachment.cgi?id=108811&action=review

> LayoutTests/fast/forms/textarea-wrap-attribute.html:17
> +//If wrap attribute is not specified it sould be empty String.

The comment is redundant.  Please remove it.

> LayoutTests/fast/forms/textarea-wrap-attribute.html:21
> +//Check if it sets warpAttr as hard

ditto.

> LayoutTests/fast/forms/textarea-wrap-attribute.html:22
> +debug('<br>Check if it sets warpAttr value hard, should return hard.');

We prefer using no HTML tags for debug().  Please write:

debug('');
debug('Check if ...

> LayoutTests/fast/forms/textarea-wrap-attribute.html:27
> +//Check if it sets warpAttr as soft
> +debug('<br>Check if it sets warpAttr value as soft, should return soft.');

ditto.

> LayoutTests/fast/forms/textarea-wrap-attribute.html:32
> +//If attribute present but no keyVal.
> +debug('<br>Check if warpAttr present but no keyVal specified, should return empty String.');

ditto.

> LayoutTests/fast/forms/textarea-wrap-attribute.html:37
> +//If invalid attribute is set.
> +debug('<br>Check if it sets warpAttr invaild value, should return foo.');

ditto.

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