Bug 82988 - MediaKeyError portion of media-key-event-constructor.html fails
Summary: MediaKeyError portion of media-key-event-constructor.html fails
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: David Dorwin
URL:
Keywords:
Depends on:
Blocks: 82968
  Show dependency treegraph
 
Reported: 2012-04-02 17:28 PDT by David Dorwin
Modified: 2020-05-04 07:46 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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