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/track/track-mode-expected.txt

Issue 965683002: Fix TextTrackMode test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « LayoutTests/media/track/track-mode.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 19edc96862e2e33adda3471c5ab84e18e273db09..0405c366d7094a651ac414fa708b64ac74932f0c 100644
--- a/LayoutTests/media/track/track-mode-expected.txt
+++ b/LayoutTests/media/track/track-mode-expected.txt
@@ -10,6 +10,11 @@ RUN(textTrack.mode = 'bogus')
EXPECTED (textTrack.mode == 'showing') OK
EXPECTED (video.textTracks[0].mode == 'showing') OK
+*** Set to numeric value (no longer supported), should return default
+RUN(textTrack.mode = 2)
+EXPECTED (textTrack.mode == 'showing') OK
+EXPECTED (video.textTracks[0].mode == 'showing') OK
+
*** Set to known values
++ 'disabled'
RUN(textTrack.mode = 'disabled')
« no previous file with comments | « LayoutTests/media/track/track-mode.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698