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); |