[Webkit-unassigned] [Bug 119967] in safari , the background-color of input[type="search"] can't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 14 09:50:24 PDT 2013


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





--- Comment #9 from Ryosuke Niwa <rniwa at webkit.org>  2013-10-14 09:49:09 PST ---
(From update of attachment 214149)
View in context: https://bugs.webkit.org/attachment.cgi?id=214149&action=review

> Source/WebCore/ChangeLog:9
> +        it doesnot change the background-color of field. Its happening becasue

Typo: doesnot.

> LayoutTests/fast/forms/search/search-field-background-color.html:10
> +<input type="search" id="test" >

Why is there a space before >?

> LayoutTests/fast/forms/search/search-field-background-color.html:17
> +if (window.testRunner) {
> +    testRunner.dumpAsText();
> +}

No brackets around a single line statement.

> LayoutTests/fast/forms/search/search-field-background-color.html:20
> +if (document.defaultView.getComputedStyle(test, null).getPropertyValue('background-color') == "rgb(255, 0, 0)")

Get rid of "document.defaultView."

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