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

Unified Diff: LayoutTests/webmidi/requestmidiaccess.html

Issue 18350002: Web MIDI: rename sysexEnabled to sysex (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIAccess.cpp » ('j') | public/platform/WebMIDIAccessor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webmidi/requestmidiaccess.html
diff --git a/LayoutTests/webmidi/requestmidiaccess.html b/LayoutTests/webmidi/requestmidiaccess.html
index 0ad6eb3b1c814ea2ba73443f8d7049744fdd430a..67167c6c96b4cbb340bc808f4a8671293c0f305d 100644
--- a/LayoutTests/webmidi/requestmidiaccess.html
+++ b/LayoutTests/webmidi/requestmidiaccess.html
@@ -47,7 +47,7 @@ function successCallback1(a) {
// Now test System Exclusive access - our test mock should not allow this type of access.
try {
- navigator.requestMIDIAccess( { sysexEnabled: true } ).then(successCallback2, errorCallback2);
+ navigator.requestMIDIAccess( { sysex: true } ).then(successCallback2, errorCallback2);
testPassed('navigator.requestMIDIAccess() did not throw exception.');
} catch(e) {
testFailed('navigator.requestMIDIAccess() should not throw exception.');
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIAccess.cpp » ('j') | public/platform/WebMIDIAccessor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698