In RenderBoxModelObject::calculateBackgroundImageGeometry we need to use a modulo operator to compute the phase for the repeating background image. As the position will be a FractionalLayoutUnit we need to round it.
Created attachment 139558 [details] Patch
Comment on attachment 139558 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=139558&action=review > Source/WebCore/ChangeLog:9 > + Prepare RenderBoxModelObject for FractionalLayoutUnits by adding rounding > + logic to calculateBackgroundImageGeometry. Why? Why should it round? (i'm not saying it shouldn't,it's jus tnot very well explained here. :)
Created attachment 139563 [details] Patch
Expanded on why.
Comment on attachment 139563 [details] Patch OK.
Thanks Eric!
Comment on attachment 139563 [details] Patch Clearing flags on attachment: 139563 Committed r115707: <http://trac.webkit.org/changeset/115707>
All reviewed patches have been landed. Closing bug.