RESOLVED WONTFIX 59063
fast/images/animated-gif-restored-from-bfcache.html fails on chromium
https://bugs.webkit.org/show_bug.cgi?id=59063
Summary fast/images/animated-gif-restored-from-bfcache.html fails on chromium
Dirk Pranke
Reported 2011-04-20 19:27:56 PDT
see above. test was added in http://trac.webkit.org/changeset/84443
Attachments
Andy Estes
Comment 2 2011-04-20 19:58:51 PDT
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.
Dirk Pranke
Comment 3 2011-04-20 20:00:21 PDT
See also bug 59062 for similar failure on the Apple Win bot.
Stephen Chenney
Comment 4 2013-04-09 16:10:44 PDT
LayoutTest failures for Chromium are being marked WontFix. The Bug is still accessible and referenced from TestExpectations.
Note You need to log in before you can comment on or make changes to this bug.