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

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

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
« no previous file with comments | « no previous file | LayoutTests/media/encrypted-media/encrypted-media-can-play-type-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/encrypted-media/encrypted-media-can-play-type.html
diff --git a/LayoutTests/media/encrypted-media/encrypted-media-can-play-type.html b/LayoutTests/media/encrypted-media/encrypted-media-can-play-type.html
index b7d353d52a8efbc145b1acc087d07bfaf45146ad..9e14685c2e385f905ee97573ce6fa08cc20d6815 100644
--- a/LayoutTests/media/encrypted-media/encrypted-media-can-play-type.html
+++ b/LayoutTests/media/encrypted-media/encrypted-media-can-play-type.html
@@ -12,9 +12,6 @@
<script>
video = mediaElement = document.getElementsByTagName('video')[0];
- consoleWrite("Always return the empty string for no type.");
- testExpected("video.canPlayType()", "");
-
consoleWrite("<br>Always return the empty string for an empty type.");
testExpected("video.canPlayType('')", "");
testExpected("video.canPlayType('', '')", "");
« no previous file with comments | « no previous file | LayoutTests/media/encrypted-media/encrypted-media-can-play-type-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698