[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
Sat Aug 6 08:23:45 PDT 2011


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





--- Comment #15 from Nikolas Zimmermann <zimmermann at kde.org>  2011-08-06 08:23:44 PST ---
(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.

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