Bug 82988

Summary: MediaKeyError portion of media-key-event-constructor.html fails
Product: WebKit Reporter: David Dorwin <ddorwin>
Component: MediaAssignee: David Dorwin <ddorwin>
Status: RESOLVED INVALID    
Severity: Normal CC: cturner, eric.carlson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 82968    

Description David Dorwin 2012-04-02 17:28:36 PDT
The media-key-event-constructor.html layout test (added in bug 82974) is unable to create a MediaKeyError to pass to the MediaKeyEvent initializer list. We might be able to create one by adding a new method to the Internals object, but it's unclear whether this is useful. If not, maybe the event should be removed from the initializer list and/or this part of the test should be removed.
Comment 1 Charlie Turner 2020-05-04 07:46:36 PDT
Out of date