The blending and compositing operations from the spec [1] expect that they are operating on valid color inputs, in the range [0.0, 1.0]. Thus, we should clamp the css_MixColor input to this range to avoid implementation-dependent behavior for invalid color input. [1]: https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#blending
Created attachment 194610 [details] Patch for Bots Running the bots.
Comment on attachment 194610 [details] Patch for Bots Thanks Dean!
Comment on attachment 194610 [details] Patch for Bots Clearing flags on attachment: 194610 Committed r146683: <http://trac.webkit.org/changeset/146683>
All reviewed patches have been landed. Closing bug.