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

Unified Diff: third_party/WebKit/LayoutTests/webmidi/send-messages.html

Issue 1963063002: Web MIDI: Tune Request [0xf6] wasn't handled correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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 | third_party/WebKit/LayoutTests/webmidi/send-system-messages.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webmidi/send-messages.html
diff --git a/third_party/WebKit/LayoutTests/webmidi/send-messages.html b/third_party/WebKit/LayoutTests/webmidi/send-messages.html
index 0688c73ee6f3fa84a02be0964541b9b655b1edbb..bac50ee2a029a7928776ed6f22ea45b6549764bb 100644
--- a/third_party/WebKit/LayoutTests/webmidi/send-messages.html
+++ b/third_party/WebKit/LayoutTests/webmidi/send-messages.html
@@ -100,6 +100,7 @@ PermissionsHelper.setPermission('midi-sysex', 'granted').then(function() {
finishJSTest();
}).catch(function () {
testFailed("requestMIDIAccess() return an error.");
+ finishJSTest();
});
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webmidi/send-system-messages.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698