mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Update web-platform-tests to revision ef44bff0adaa07f2e420a0cbc1bc493cd5786656
This commit is contained in:
parent
61cadfa9a6
commit
67592a2228
61 changed files with 981 additions and 481 deletions
|
@ -12,11 +12,11 @@ dictionary MIDIOptions {
|
|||
boolean software;
|
||||
};
|
||||
|
||||
interface MIDIInputMap {
|
||||
[SecureContext] interface MIDIInputMap {
|
||||
readonly maplike<DOMString, MIDIInput>;
|
||||
};
|
||||
|
||||
interface MIDIOutputMap {
|
||||
[SecureContext] interface MIDIOutputMap {
|
||||
readonly maplike<DOMString, MIDIOutput>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue