Update web-platform-tests to revision ef44bff0adaa07f2e420a0cbc1bc493cd5786656

This commit is contained in:
WPT Sync Bot 2019-06-27 10:26:43 +00:00
parent 61cadfa9a6
commit 67592a2228
61 changed files with 981 additions and 481 deletions

View file

@ -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>;
};