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

Unified Diff: LayoutTests/fullscreen/video-controls-drag.html

Issue 662243003: Use ::-internal-media-controls* instead of ::-webkit-media-controls* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: introduce PseudoInternalCustomElement Created 6 years, 2 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 | « no previous file | LayoutTests/fullscreen/video-controls-override.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/video-controls-drag.html
diff --git a/LayoutTests/fullscreen/video-controls-drag.html b/LayoutTests/fullscreen/video-controls-drag.html
index b30f724d5996e44d54f6de39d6768bbf5acd0ea6..10a266df19725da21533377780f70f3eb7ceb988 100644
--- a/LayoutTests/fullscreen/video-controls-drag.html
+++ b/LayoutTests/fullscreen/video-controls-drag.html
@@ -21,7 +21,7 @@
};
waitForEvent(document, 'webkitfullscreenchange', function() {
if (window.internals) {
- panel = mediaControlsElement(internals.shadowRoot(video).firstChild, '-webkit-media-controls-panel');
+ panel = mediaControlsElement(internals.shadowRoot(video).firstChild, '-internal-media-controls-panel');
startBox = internals.boundingBox(panel);
consoleWrite("First drag.");
« no previous file with comments | « no previous file | LayoutTests/fullscreen/video-controls-override.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698