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

Unified Diff: LayoutTests/media/video-controls-toggling.html

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-controls-invalid-url.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-controls-toggling.html
diff --git a/LayoutTests/media/video-controls-toggling.html b/LayoutTests/media/video-controls-toggling.html
index fb1369d9947b11d9cd64e9037156dbba1a6cd26c..644570bc5411c8f3afe1ccced121656fb9a47712 100644
--- a/LayoutTests/media/video-controls-toggling.html
+++ b/LayoutTests/media/video-controls-toggling.html
@@ -21,7 +21,7 @@
function test()
{
- panel = mediaControlsElement(internals.shadowRoot(video).firstChild, "-webkit-media-controls-panel");
+ panel = mediaControlsButton(video, "panel");
if (window.eventSender) {
try {
« no previous file with comments | « LayoutTests/media/media-controls-invalid-url.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698