[Webkit-unassigned] [Bug 96642] loader/go-back-to-different-window-size.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 3 08:53:03 PST 2012


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


Jussi Kukkonen (jku) <jussi.kukkonen at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[EFL]                       |loader/go-back-to-different
                   |loader/go-back-to-different |-window-size.html is flaky
                   |-window-size.html is flaky  |
                 CC|                            |jussi.kukkonen at intel.com




--- Comment #3 from Jussi Kukkonen (jku) <jussi.kukkonen at intel.com>  2012-12-03 08:55:27 PST ---
Flaky on Lion, Mountainlion, EFL, GTK.

Normally the test finishes in 1sec but a failing test takes 30 seconds, so that's presumable the testrunner notify timeout. The test includes a couple of setTimeout calls to implement this:
// Navigation steps:
// 1- loads this page
// 2- resizes the window to (300, 300)
// 3- loads a data URL that resizes the window to (1000, 1000) and navigates back
// 4- loads this page which will restore the timer to check the window width to make sure it's > 300

So I'm guessing the the last timer fires before the window width has been reset to 300,300.

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