[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 07:49:11 PDT 2011


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


Andrei Popescu <andreip at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andreip at google.com




--- Comment #16 from Andrei Popescu <andreip at google.com>  2011-08-08 07:49:11 PST ---
(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.

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