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

Unified Diff: third_party/WebKit/LayoutTests/media/mediasession/mediaimage.html

Issue 2401013002: Make MediaSession per frame as an attribute of Navigator (Closed)
Patch Set: split mojo 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/mediaimage.html
diff --git a/third_party/WebKit/LayoutTests/media/mediasession/mediaimage.html b/third_party/WebKit/LayoutTests/media/mediasession/mediaimage.html
index dcf76e5f5db2783c7db52642014cee1a921341e2..4effd81d8db24e8111c5c6ca1e3b383f19a1f9f7 100644
--- a/third_party/WebKit/LayoutTests/media/mediasession/mediaimage.html
+++ b/third_party/WebKit/LayoutTests/media/mediasession/mediaimage.html
@@ -3,11 +3,9 @@
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
- console.warn("dummy log entry to avoid an empty -expected.txt in virtual/");
-
test(function() {
var image = new MediaImage({});
- assert_true(image != null);
+ assert_not_equals(image, null);
var exception = false;
try {

Powered by Google App Engine
This is Rietveld 408576698