[Webkit-unassigned] [Bug 59063] fast/images/animated-gif-restored-from-bfcache.html fails on chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 19:58:51 PDT 2011


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





--- Comment #2 from Andy Estes <aestes at apple.com>  2011-04-20 19:58:51 PST ---
I mentioned this to Dirk over IRC, but my first suspicion is that layoutTestController.queueLoad("about:blank") isn't doing what I expect it to. The test tries to load about:blank then go back so that the test is served from the back/forward cache. A window.onpageshow handler then runs the test if event.persisted is true.

If layoutTestController.queueLoad("about:blank") doesn't actually do anything then I'd expect to see the results that the Chromium bots generate, which is the explanatory paragraph without a PASS or FAIL after it.

Another issue could be that I don't call layoutTestController.waitUntilDone() until after the back navigation occurs, so it's also possible that Chromium's test harness thinks the test is done before we get a chance to do the two navigations.

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