[Webkit-unassigned] [Bug 39482] RGB colors should be clamped to the 0-255 range

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 21 12:55:08 PDT 2010


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





--- Comment #6 from Darin Adler <darin at apple.com>  2010-05-21 12:55:07 PST ---
(From update of attachment 56696)
> +ctx.shadowColor = "rgb(0,0,256)";
> +shouldBe("ctx.shadowColor", "'#0000ff'");

Please write the test so you can see what is being tested in the test output. For example:

    shouldBe("ctx.shadowColor = 'rgb(0,0,256)'; ctx.shadowColor", "'#0000ff'");

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