[Webkit-unassigned] [Bug 63186] svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 8 08:39:10 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63186
--- Comment #18 from Andrei Popescu <andreip at google.com> 2011-08-08 08:39:10 PST ---
(In reply to comment #17)
> (In reply to comment #16)
> > (In reply to comment #15)
> > > (In reply to comment #14)
> > > > The root of all evil is probably the bug described in 64974. I'm working on a proper fix.
> > >
> > > The fix landed in r92545. It's better now, but there's still a problem with the page zoom tests in general, seems easy to trigger on non-mac eg gtk/win.
> > >
> > > I'm testing following, as it seems to be a problem that we call notifyDone() right after the zooming.
> > > - layoutTestController.notifyDone();
> > > + setTimeout(function() { layoutTestController.notifyDone(); }, 0);
> > >
> > > Let's see.
> >
> > FYI, these tests currently fail on Chromium too.
> You mean they're flakey or fail every time? Or do they just need a re-baseline?
They fail every time. I am not sure whether they need a re-baseline or not, the actual results look slightly suspicious:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=svg%2Fzoom%2Fpage%2Fzoom-svg-through-object-with-absolute-size-2.xhtml
--
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