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