| Index: third_party/WebKit/LayoutTests/media/mediasession/mediasession-constructor.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/mediasession/mediasession-constructor.html b/third_party/WebKit/LayoutTests/media/mediasession/mediasession-constructor.html
|
| deleted file mode 100644
|
| index 116a985469c39f0d8ca70c6789635bd2b3c2303a..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/media/mediasession/mediasession-constructor.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>MediaSession() constructor</title>
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script>
|
| -<script>
|
| - test(function() {
|
| - assert_true(!window.internals || window.internals.runtimeFlags.mediaSessionEnabled,
|
| - "Run either manually by passing the MediaSession flag or as part of the virtual mediasession testsuite.");
|
| - console.warn("dummy log entry to avoid an empty -expected.txt in virtual/");
|
| -
|
| - var mediaSession = new MediaSession();
|
| - assert_true(mediaSession instanceof MediaSession);
|
| - });
|
| -</script>
|
|
|