Index: LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded-expected.txt |
diff --git a/LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded-expected.txt b/LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded-expected.txt |
index 8b9cd404a04769a3467c456a733130f5c28aaa3d..023a9df7f5f33800ecdf1e675fb786b3f1f05801 100644 |
--- a/LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded-expected.txt |
+++ b/LayoutTests/media/encrypted-media/prefixed/encrypted-media-not-loaded-expected.txt |
@@ -1,7 +1,7 @@ |
-CONSOLE WARNING: The prefixed Encrypted Media Extensions APIs are deprecated and will be removed in M46 (beta around September 2015). Please use 'navigator.requestMediaKeySystemAccess()' instead. |
-CONSOLE WARNING: The prefixed Encrypted Media Extensions APIs are deprecated and will be removed in M46 (beta around September 2015). Please use 'navigator.requestMediaKeySystemAccess()' instead. |
-CONSOLE WARNING: The prefixed Encrypted Media Extensions APIs are deprecated and will be removed in M46 (beta around September 2015). Please use 'navigator.requestMediaKeySystemAccess()' instead. |
-CONSOLE WARNING: canPlayType()'s 'keySystem' parameter is deprecated and will be ignored in M46 (beta around September 2015). Please use 'navigator.requestMediaKeySystemAccess()' instead. |
+CONSOLE WARNING: The prefixed Encrypted Media Extensions APIs are deprecated and will be removed in M47 (beta around October 2015). Please use 'navigator.requestMediaKeySystemAccess()' instead. |
+CONSOLE WARNING: The prefixed Encrypted Media Extensions APIs are deprecated and will be removed in M47 (beta around October 2015). Please use 'navigator.requestMediaKeySystemAccess()' instead. |
+CONSOLE WARNING: The prefixed Encrypted Media Extensions APIs are deprecated and will be removed in M47 (beta around October 2015). Please use 'navigator.requestMediaKeySystemAccess()' instead. |
+CONSOLE WARNING: canPlayType()'s 'keySystem' parameter is deprecated and will be ignored in M47 (beta around October 2015). Please use 'navigator.requestMediaKeySystemAccess()' instead. |
Test that the methods throw INVALID_STATE_ERR when the media element has not loaded. canPlayType() never throws. |
EXPECTED (video.networkState == '0') OK |