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

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

Issue 208243014: Add sysexEnabled readonly attribute to MIDIAccess (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rename everything in blink 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/send_messages-expected.txt
diff --git a/LayoutTests/webmidi/send_messages-expected.txt b/LayoutTests/webmidi/send_messages-expected.txt
index 6bd0b9ac7c2f870962ffc2b5dddec9fe97385c13..e43015f1cb3ab6af2faad6e90bf31bffee9f5696 100644
--- a/LayoutTests/webmidi/send_messages-expected.txt
+++ b/LayoutTests/webmidi/send_messages-expected.txt
@@ -3,7 +3,7 @@ Test if various kinds of MIDI messages can be validated.
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 output.send([0x00, 0x01]) threw exception TypeError: Failed to execute 'send' on 'MIDIOutput': Running status is not allowed at index 0 (0)..
PASS output.send([0xf7]) threw exception TypeError: Failed to execute 'send' on 'MIDIOutput': Unexpected end of system exclusive message at index 0 (247)..

Powered by Google App Engine
This is Rietveld 408576698