Index: LayoutTests/media/encrypted-media/encrypted-media-v2-syntax.html |
diff --git a/LayoutTests/media/encrypted-media/encrypted-media-v2-syntax.html b/LayoutTests/media/encrypted-media/encrypted-media-v2-syntax.html |
index f81932cc308ebb08d1a8c7dd1df20d4b638b7ddb..8c2caaae741322de9f1a1178f8fb59b41a8b8d4f 100644 |
--- a/LayoutTests/media/encrypted-media/encrypted-media-v2-syntax.html |
+++ b/LayoutTests/media/encrypted-media/encrypted-media-v2-syntax.html |
@@ -475,7 +475,6 @@ |
assert_equals(typeof mediaKeySession.update, 'function'); |
assert_equals(typeof mediaKeySession.close, 'function'); |
assert_equals(typeof mediaKeySession.remove, 'function'); |
- assert_equals(mediaKeySession.error, null); |
assert_equals(mediaKeySession.sessionId, ''); |
assert_equals(typeof mediaKeySession.sessionId, 'string'); |
assert_equals(typeof mediaKeySession.onopen, 'undefined'); |