[Webkit-unassigned] [Bug 71576] [GTK] Frame flattening tests are super-flaky after switching to backing store-based painting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 5 16:49:27 PDT 2011


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kenneth at webkit.org,
                   |                            |koivisto at iki.fi,
                   |                            |simon.fraser at apple.com




--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2011-11-05 16:49:26 PST ---
The issue seems to be that many frame flattening tests wait until the <body onload> event on the body to call layoutTestController.setFrameFlatteningEnabled(true). Toggling the frame flattening setting does not trigger a relayout. If the first layout happens before <body onload> the page will be in the incorrect state. I'm uploading a patch that toggles the setting immediately instead of waiting until onload. This seems to remove the flakiness on my machine.

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