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

Unified Diff: third_party/WebKit/LayoutTests/media/mediasession/mediasession-constructor.html

Issue 2401013002: Make MediaSession per frame as an attribute of Navigator (Closed)
Patch Set: fixed tests Created 4 years, 2 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
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>

Powered by Google App Engine
This is Rietveld 408576698