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

Unified Diff: LayoutTests/webmidi/request-midi-access.html

Issue 17619003: Fulfill or reject MIDIAccessPromise from MIDIAccessor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: move layout test from fast/webmidi to webmidi 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 | LayoutTests/webmidi/request-midi-access-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webmidi/request-midi-access.html
diff --git a/LayoutTests/webmidi/request-midi-access.html b/LayoutTests/webmidi/request-midi-access.html
deleted file mode 100644
index 02d66456fb5bcfa1add5ea95a30b97efaeafdec6..0000000000000000000000000000000000000000
--- a/LayoutTests/webmidi/request-midi-access.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="../fast/js/resources/js-test-pre.js"></script>
-</head>
-<body>
-<script>
-
-description("Test if requestMIDIAccess is available.");
-
-shouldBeDefined("navigator.requestMIDIAccess");
-
-var promise = navigator.requestMIDIAccess();
-shouldBeDefined("promise");
-
-shouldBeDefined("promise.then");
-
-promise.then(function(){}, function(){})
-
-</script>
-<script src="../fast/js/resources/js-test-post.js"></script>
-</body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/webmidi/request-midi-access-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698