[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:31:51 PDT 2011


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





--- Comment #17 from Nikolas Zimmermann <zimmermann at kde.org>  2011-08-08 08:31:50 PST ---
(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?

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