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

Unified Diff: third_party/WebKit/LayoutTests/media/encrypted-media/prefixed/encrypted-media-constants.html

Issue 1712903002: Remove prefixed EME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix isRenewalMessage() in browser tests. Created 4 years, 10 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/encrypted-media/prefixed/encrypted-media-constants.html
diff --git a/third_party/WebKit/LayoutTests/media/encrypted-media/prefixed/encrypted-media-constants.html b/third_party/WebKit/LayoutTests/media/encrypted-media/prefixed/encrypted-media-constants.html
deleted file mode 100644
index f0b455356047c50c5ca4f47c6205a437a37d86af..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/encrypted-media/prefixed/encrypted-media-constants.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <script src=../../video-test.js></script>
- <script type="text/javascript">
- function doTest ()
- {
- testExpected("MediaKeyError.MEDIA_KEYERR_UNKNOWN", 1);
- testExpected("MediaKeyError.MEDIA_KEYERR_CLIENT", 2);
- testExpected("MediaKeyError.MEDIA_KEYERR_SERVICE", 3);
- testExpected("MediaKeyError.MEDIA_KEYERR_OUTPUT", 4);
- testExpected("MediaKeyError.MEDIA_KEYERR_HARDWARECHANGE", 5);
- testExpected("MediaKeyError.MEDIA_KEYERR_DOMAIN", 6);
- consoleWrite("");
-
- endTest();
- }
- </script>
-</head>
-<body onload="doTest()">
- <p>Test MediaKeyError constants and additional MediaError constant.</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698