| 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>
|
|
|