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

Unified Diff: LayoutTests/media/track/track-mode-expected.txt

Issue 955413002: Log in Binding code for invalid enum type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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: LayoutTests/media/track/track-mode-expected.txt
diff --git a/LayoutTests/media/track/track-mode-expected.txt b/LayoutTests/media/track/track-mode-expected.txt
index 0405c366d7094a651ac414fa708b64ac74932f0c..fb24c09bc5a7749e2ec78e543911da482f07db4f 100644
--- a/LayoutTests/media/track/track-mode-expected.txt
+++ b/LayoutTests/media/track/track-mode-expected.txt
@@ -1,3 +1,5 @@
+CONSOLE WARNING: The provided value 'bogus' is not a valid value of type 'TextTrackMode'.
+CONSOLE WARNING: The provided value '2' is not a valid value of type 'TextTrackMode'.
Tests that the TextTrack mode attribute is appropriately set.

Powered by Google App Engine
This is Rietveld 408576698