[Webkit-unassigned] [Bug 85609] [EFL] media/video-poster-blocked-by-willsendrequest.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 06:38:12 PDT 2012


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


Christophe Dumez <christophe.dumez at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #140212|                            |review?, commit-queue?
               Flag|                            |




--- Comment #3 from Christophe Dumez <christophe.dumez at intel.com>  2012-05-04 06:38:12 PST ---
Created an attachment (id=140212)
 --> (https://bugs.webkit.org/attachment.cgi?id=140212&action=review)
Patch

The issue was caused by the fact that media/crash-closing-page-with-media-as-plugin-fallback.html and media/video-poster-blocked-by-willsendrequest.html use the same PNG file as poster attribute in the video tag. The PNG file gets cached when the first test is executed and this somehow causes the second test to fail. I addressed this by clearing the caches between the tests in DumpRenderTreeChrome::resetDefaultsToConsistentValues().

The tests are no longer flaky.

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