Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: LayoutTests/webmidi/permission-expected.txt

Issue 208243014: Add sysexEnabled readonly attribute to MIDIAccess (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: indent Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/webmidi/permission-expected.txt
diff --git a/LayoutTests/webmidi/permission-expected.txt b/LayoutTests/webmidi/permission-expected.txt
index d6c6c4d801bbdea5803d3ef2843458aa20fc4302..84e85de582e47eba3bbdbcd533f13cda23d055ca 100644
--- a/LayoutTests/webmidi/permission-expected.txt
+++ b/LayoutTests/webmidi/permission-expected.txt
@@ -3,7 +3,7 @@ Test if sysex permission request is handled.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS testRunner.setMIDISysExPermission is defined.
+PASS testRunner.setMIDISysexPermission is defined.
PASS navigator.requestMIDIAccess is defined.
PASS promise is defined.
PASS promise.then is defined.
@@ -11,6 +11,9 @@ PASS sysex permission request is successfully rejected.
PASS promise is defined.
PASS promise.then is defined.
PASS sysex permission request is successfully accepted.
+PASS access is defined.
+PASS access.sysexEnabled is defined.
+PASS access.sysexEnabled is true
PASS all permission request rests pass successfully.
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698