[Webkit-unassigned] [Bug 111526] New: [chromium] DumpRenderTree should support id attribute test of MediaStream

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 23:22:49 PST 2013


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

           Summary: [chromium] DumpRenderTree should support id attribute
                    test of MediaStream
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: li.yin at intel.com


Spec: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#widl-MediaStream-id
When a LocalMediaStream object is created, the user agent must generate a globally unique identifier string, and must initialize the object’s id attribute to that string. Such strings must only use characters in the ranges U+0021, U+0023 to U+0027, U+002A to U+002B, U+002D to U+002E, U+0030 to U+0039, U+0041 to U+005A, U+005E to U+007E, and must be 36 characters long.

Currently, DRT can't support id verification correctly, and the related test is missed also.

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