| Index: LayoutTests/media/media-controls.js
|
| diff --git a/LayoutTests/media/media-controls.js b/LayoutTests/media/media-controls.js
|
| index b8159a688ef05dba5ef680606098e2183642e361..37d3fd3697e7866f89ff12291d3497ca52ac7481 100644
|
| --- a/LayoutTests/media/media-controls.js
|
| +++ b/LayoutTests/media/media-controls.js
|
| @@ -31,7 +31,7 @@ function mediaControlsElement(first, id)
|
|
|
| function mediaControlsButton(element, id)
|
| {
|
| - var controlID = "-webkit-media-controls-" + id;
|
| + var controlID = "-internal-media-controls-" + id;
|
| var button = mediaControlsElement(internals.shadowRoot(element).firstChild, controlID);
|
| if (!button)
|
| throw "Failed to find media control element ID '" + id + "'";
|
|
|