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/fullscreen/video-controls-timeline.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
Index: LayoutTests/fullscreen/video-controls-timeline.html
diff --git a/LayoutTests/fullscreen/video-controls-timeline.html b/LayoutTests/fullscreen/video-controls-timeline.html
index 3502adf5d79b9e608559c47832dbe3f6e0e17cca..2ca52df571eaff84e9f5e33d2912f00eddf5cd51 100644
--- a/LayoutTests/fullscreen/video-controls-timeline.html
+++ b/LayoutTests/fullscreen/video-controls-timeline.html
@@ -14,7 +14,7 @@
waitForEvent(document, 'webkitfullscreenchange', function() {
if (window.internals) {
- timeline = mediaControlsElement(internals.shadowRoot(video).firstChild, '-webkit-media-controls-timeline');
+ timeline = mediaControlsElement(internals.shadowRoot(video).firstChild, '-internal-media-controls-timeline');
var box = internals.boundingBox(timeline);
eventSender.mouseMoveTo(box.left + 5, box.top + 5);
« no previous file with comments | « LayoutTests/fullscreen/video-controls-override-expected.txt ('k') | LayoutTests/media/controls-css-overload.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698