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

Unified Diff: LayoutTests/media/media-controller.html

Issue 59233014: Setting HTMLMediaElement.controller does not properly remove the 'mediagroup' content attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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/media-controller.html
diff --git a/LayoutTests/media/media-controller.html b/LayoutTests/media/media-controller.html
index 119506399a4f0860c09b354f6f877172e11c6997..7a7c0979d20582b0f617669e9349af47ba772ea6 100644
--- a/LayoutTests/media/media-controller.html
+++ b/LayoutTests/media/media-controller.html
@@ -31,7 +31,7 @@
testExpected("video.controller", controller);
consoleWrite("");
consoleWrite("Test assigning the wrong type to the controller attribute of a media element:")
- testException("video.controller = 42", '"TypeError: Value is not of type MediaController"');
+ testException("video.controller = 42", '"TypeError: Failed to set the \'controller\' property on \'HTMLMediaElement\': The provided value is not of type \'MediaController\'."');
testExpected("video.controller", controller);
consoleWrite("");
consoleWrite("Test assigning a null controller to a media element:")
« no previous file with comments | « no previous file | LayoutTests/media/media-controller-expected.txt » ('j') | Source/bindings/v8/custom/V8HTMLMediaElementCustom.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698