Bug 99390 - Incorrect check performed in Media Source objects test.
Summary: Incorrect check performed in Media Source objects test.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-15 17:13 PDT by Anand Chakravarty
Modified: 2012-10-18 20:03 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.60 KB, patch)
2012-10-18 13:59 PDT, Anand Chakravarty
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anand Chakravarty 2012-10-15 17:13:54 PDT
In video-media-source-objects.html, the last call to testexpected in the function afterSourceBufferAdded has an incorrect value. On line 62:

               testExpected("mediaSource.sourceBuffers[0].buffered.end(1)", 1, '>');

The value of the 2nd parameter should 5 instead of 1.
Comment 1 Anand Chakravarty 2012-10-18 13:59:43 PDT
Created attachment 169468 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-18 20:03:26 PDT
Comment on attachment 169468 [details]
Patch

Clearing flags on attachment: 169468

Committed r131846: <http://trac.webkit.org/changeset/131846>
Comment 3 WebKit Review Bot 2012-10-18 20:03:30 PDT
All reviewed patches have been landed.  Closing bug.