[Webkit-unassigned] [Bug 50077] Fix rendering of speech button when setting the attribute dynamically.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 06:53:54 PST 2010


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


Kent Tamura <tkent at chromium.org> changed:

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




--- Comment #8 from Kent Tamura <tkent at chromium.org>  2010-11-30 06:53:54 PST ---
(From update of attachment 74873)
View in context: https://bugs.webkit.org/attachment.cgi?id=74873&action=review

> LayoutTests/fast/speech/input-appearance-speechbutton.html:37
> +var inputWithAttribute = document.createElement('input');
> +inputWithAttribute.setAttribute('x-webkit-speech', 'x-webkit-speech');
> +document.body.appendChild(inputWithAttribute);

This doesn't test the new code.  We should call setAttribute() after document.body.appendChild().

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