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

Unified Diff: LayoutTests/media/encrypted-media/encrypted-media-can-play-type-expected.txt

Issue 138063006: Make the type argument to HTMLMediaElement.canPlayType non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove redundant failing test Created 6 years, 11 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: LayoutTests/media/encrypted-media/encrypted-media-can-play-type-expected.txt
diff --git a/LayoutTests/media/encrypted-media/encrypted-media-can-play-type-expected.txt b/LayoutTests/media/encrypted-media/encrypted-media-can-play-type-expected.txt
index a09feb9a5c0b77b77e46f0d29ddc8e4cd2617970..4b146237fc31086eb85c0f58adbe61f26fa4c393 100644
--- a/LayoutTests/media/encrypted-media/encrypted-media-can-play-type-expected.txt
+++ b/LayoutTests/media/encrypted-media/encrypted-media-can-play-type-expected.txt
@@ -2,8 +2,6 @@ Test Encrypted Media extension of HTMLMediaElement canPlayType() method.
The test is designed to pass with any implementation regardless of supported media types and relies on the expected log to detect the expected results for some types. To get sufficient coverage, it is important that an implementation support clearkey encryption of at least one of the types below.
-Always return the empty string for no type.
-EXPECTED (video.canPlayType() == '') OK
Always return the empty string for an empty type.
EXPECTED (video.canPlayType('') == '') OK
« no previous file with comments | « LayoutTests/media/encrypted-media/encrypted-media-can-play-type.html ('k') | LayoutTests/media/media-can-play-type.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698