[Webkit-unassigned] [Bug 65771] REGRESSION(r92433): media/video-src-change.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 5 09:15:07 PDT 2011


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





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2011-08-05 09:15:06 PST ---
Looking at EventTarget code:
http://trac.webkit.org/browser/trunk/Source/WebCore/dom/EventTarget.cpp#L246

It seems like the test code is wrong.  We should be giving the listener as the second argument:
31                    if (++loadedCount >= 2) {
32                        mediaElement.removeEventListener('loadedmetadata');
33                        endTest();
34                        return;
35                    }

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