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

Unified Diff: LayoutTests/media/media-controller-expected.txt

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-expected.txt
diff --git a/LayoutTests/media/media-controller-expected.txt b/LayoutTests/media/media-controller-expected.txt
index 72dc25e758359783d13715e90ff57be1c320781d..2495006e71b528a7a76e509e09f5e3763a6be12c 100644
--- a/LayoutTests/media/media-controller-expected.txt
+++ b/LayoutTests/media/media-controller-expected.txt
@@ -18,7 +18,7 @@ RUN(video.controller = controller)
EXPECTED (video.controller == '[object MediaController]') OK
Test assigning the wrong type to the controller attribute of a media element:
-TEST(video.controller = 42) THROWS("TypeError: Value is not of type MediaController") OK
+TEST(video.controller = 42) THROWS("TypeError: Failed to set the 'controller' property on 'HTMLMediaElement': The provided value is not of type 'MediaController'.") OK
EXPECTED (video.controller == '[object MediaController]') OK
Test assigning a null controller to a media element:

Powered by Google App Engine
This is Rietveld 408576698