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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 28 07:25:34 PST 2012


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





--- Comment #2 from Eric Carlson <eric.carlson at apple.com>  2012-02-28 07:25:34 PST ---
(In reply to comment #1)
> (In reply to comment #0)
> > I think it's because it calls layoutTestController.setWillSendRequestReturnsNull(true) and doesn't reset this setting before bailing out.
> 
> Ah well I'm not sure. It seems the poster data retrieval is not blocked for the first test run but for the second pass it works.
> 
The first test is done before setting video.poster, so the element should have the default (300x150) size. 

The second test is done after setting the poster, but "layoutTestController.setWillSendRequestReturnsNull(true)" *should* block the poster load so the element's size *should* be the same as before. The size difference indicates that the poster loaded and therefore the element's size changed.

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