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

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

Issue 411833006: Use the mediaControlsButton() helper more in media tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/media-captions-no-controls.html ('k') | LayoutTests/media/media-controls.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a1d69807f5e79447c183f6957347027b6ce5a0f6..67791fb450582b91a3c28f1799b7dedce3f6d4d9 100644
--- a/LayoutTests/media/media-captions-no-controls-expected.txt
+++ b/LayoutTests/media/media-captions-no-controls-expected.txt
@@ -18,7 +18,7 @@ RUN(video.setAttribute('controls','controls'))
EXPECTED (video.textTracks.length == '1') OK
EXPECTED (video.controls == 'true') OK
EXPECTED (internals.shadowRoot(video).firstChild != 'null') OK
-EXPECTED (controlsElement.style['display'] != 'none') OK
+EXPECTED (panel.style['display'] != 'none') OK
END OF TEST
« no previous file with comments | « LayoutTests/media/media-captions-no-controls.html ('k') | LayoutTests/media/media-controls.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698