[Webkit-unassigned] [Bug 119967] Setting background-color of an input[type="search"] does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 14 12:15:28 PDT 2013


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





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

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

Why are we not using shouldBe in js-test-pre.js here?
Also, please add a pixel test to make sure it's rendered properly.

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