The following two tests started failing on the chromium bots after http://trac.webkit.org/changeset/99561: svg/zoom/page/zoom-svg-as-relative-image.html svg/zoom/page/relative-sized-document-scrollbars.svg They look like real regressions. I expect they're failing for the other ports as well if run with pixel tests.
It looks like svg/zoom/page/zoom-svg-as-relative-image.html is also failing the text diff on the chromium bots: @@ -1,6 +1,6 @@ layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 - RenderSVGRoot {svg} at (6,3) size 788x594 - RenderSVGPath {rect} at (6,3) size 788x594 [stroke={[type=SOLID] [color=#000000]}] [x=4.63] [y=3.47] [width=453.70] [height=340.28] + RenderSVGRoot {svg} at (12,8) size 788x592 + RenderSVGPath {rect} at (12,8) size 788x592 [stroke={[type=SOLID] [color=#000000]}] [x=8.00] [y=6.00] [width=784.00] [height=588.00] RenderSVGHiddenContainer {defs} at (0,0) size 0x0
(In reply to comment #1) > It looks like svg/zoom/page/zoom-svg-as-relative-image.html is also failing the text diff on the chromium bots: > > @@ -1,6 +1,6 @@ > layer at (0,0) size 800x600 > RenderView at (0,0) size 800x600 > layer at (0,0) size 800x600 > - RenderSVGRoot {svg} at (6,3) size 788x594 > - RenderSVGPath {rect} at (6,3) size 788x594 [stroke={[type=SOLID] [color=#000000]}] [x=4.63] [y=3.47] [width=453.70] [height=340.28] > + RenderSVGRoot {svg} at (12,8) size 788x592 > + RenderSVGPath {rect} at (12,8) size 788x592 [stroke={[type=SOLID] [color=#000000]}] [x=8.00] [y=6.00] [width=784.00] [height=588.00] > RenderSVGHiddenContainer {defs} at (0,0) size 0x0 Yeah, Qt also sees it. I'm going to try a full chromium build to debug this on my own...
Created attachment 114222 [details] Patch It was a merging regression, thanks for noticing!
Landed in r99669. Qt should be green again, if there are any rebaselines needed, I'll take care of them.
(In reply to comment #4) > Landed in r99669. Qt should be green again, if there are any rebaselines needed, I'll take care of them. Hm I just noticed that Ossy updated relative-sized-document-scrollbars.svg baseline in r99654, which was wrong. That needs to be undone.
Oh, and Philipp updated gtk in r99655. These results are wrong, and will need another update now (revert to what it was before).