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

Unified Diff: LayoutTests/media/media-captions-no-controls-expected.txt

Issue 561273005: Auto-rebaseline for r182077 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/media-captions-no-controls-expected.txt
diff --git a/LayoutTests/media/media-captions-no-controls-expected.txt b/LayoutTests/media/media-captions-no-controls-expected.txt
index 67791fb450582b91a3c28f1799b7dedce3f6d4d9..9afb62ad10455fbed5e232afa13fa16d200175b8 100644
--- a/LayoutTests/media/media-captions-no-controls-expected.txt
+++ b/LayoutTests/media/media-captions-no-controls-expected.txt
@@ -5,13 +5,11 @@ EVENT(canplaythrough)
** Initial state: no text tracks, controls should not be visible **
EXPECTED (video.textTracks.length == '0') OK
EXPECTED (video.controls == 'false') OK
-EXPECTED (internals.shadowRoot(video).firstChild == 'null') OK
** Add a text track, controls should not become visible **
RUN(video.addTextTrack('captions'))
EXPECTED (video.textTracks.length == '1') OK
EXPECTED (video.controls == 'false') OK
-EXPECTED (internals.shadowRoot(video).firstChild == 'null') OK
** Enable controls **
RUN(video.setAttribute('controls','controls'))
« no previous file with comments | « LayoutTests/compositing/video/video-poster-expected.txt ('k') | LayoutTests/media/video-aspect-ratio-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698