[Webkit-unassigned] [Bug 67073] New: Cleanup expected text on media/track LayoutTests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 26 17:40:56 PDT 2011


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

           Summary: Cleanup expected text on media/track LayoutTests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: annacc at chromium.org


Change

    testExpected("cues[i]." + test.property, test.values[i]);

to

    testExpected("cues[" + i + "]." + test.property, test.values[i]);

so the track number is printed as it is in the tests that don't use this function and the results look like this:

    EXPECTED (cues[0].direction == 'vertical') OK

instead of this:

    EXPECTED (cues[i].direction == 'vertical') OK

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