Index: LayoutTests/webmidi/permission-expected.txt |
diff --git a/LayoutTests/webmidi/permission-expected.txt b/LayoutTests/webmidi/permission-expected.txt |
index d6c6c4d801bbdea5803d3ef2843458aa20fc4302..5dbb5051a38d1287fe69b50baaf21735e99c7eb0 100644 |
--- a/LayoutTests/webmidi/permission-expected.txt |
+++ b/LayoutTests/webmidi/permission-expected.txt |
@@ -5,9 +5,11 @@ |
PASS testRunner.setMIDISysExPermission is defined. |
PASS navigator.requestMIDIAccess is defined. |
+PASS promise = navigator.requestMIDIAccess({sysex: true}) did not throw exception. |
PASS promise is defined. |
PASS promise.then is defined. |
PASS sysex permission request is successfully rejected. |
+PASS promise = navigator.requestMIDIAccess({sysex: true}) did not throw exception. |
PASS promise is defined. |
PASS promise.then is defined. |
PASS sysex permission request is successfully accepted. |