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

Side by Side Diff: LayoutTests/webmidi/send-messages.html

Issue 1051903002: Web MIDI: implement implicit open() on send() and setOnmidimessage() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: kouhei review Created 5 years, 8 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../resources/js-test.js"></script> 4 <script src="../resources/js-test.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script> 7 <script>
8 8
9 description("Test if various kinds of MIDI messages can be validated."); 9 description("Test if various kinds of MIDI messages can be validated.");
10 10
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 shouldThrow('output.send(new Uint8Array(), Infinity)'); 98 shouldThrow('output.send(new Uint8Array(), Infinity)');
99 99
100 finishJSTest(); 100 finishJSTest();
101 }, function () { 101 }, function () {
102 testFailed("requestMIDIAccess() return an error."); 102 testFailed("requestMIDIAccess() return an error.");
103 }); 103 });
104 104
105 </script> 105 </script>
106 </body> 106 </body>
107 </html> 107 </html>
OLDNEW
« no previous file with comments | « LayoutTests/webmidi/open_close-expected.txt ('k') | LayoutTests/webmidi/send-messages-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698