[Webkit-unassigned] [Bug 66310] [chromium] media/video-source-error.html is flaky in debug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 22 11:45:32 PDT 2011


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


imasaki at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |imasaki at chromium.org




--- Comment #2 from imasaki at chromium.org  2011-09-22 11:45:33 PST ---
1) media/video-source-error.html 

Only sometime IN WIN DEBUG

 "EVENT(error) from <source id='format-error' src='content/unsupported_track.mov'> OK" show up twice

2) media/media-blocked-by-beforeload.html looks flaky on all platforms with different reason.

Diff shows the following extra output in actual result.

EVENT('beforeload')
EXPECTED (event.target.tagName == 'VIDEO') OK
blocking load of 'src

+EVENT('load')
+EXPECTED (video.error != 'null') OK
+EXPECTED (video.error.code == '4') OK
+EXPECTED (video.networkState == '3') OK

http://code.google.com/p/chromium/issues/detail?id=97646 is filed for this.

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