| Index: LayoutTests/media/media-captions-no-controls.html
|
| diff --git a/LayoutTests/media/media-captions-no-controls.html b/LayoutTests/media/media-captions-no-controls.html
|
| index e72227929e77415a6af12ced586716b32f12203f..770d4fb369578f31b535b035e9467b6e7c9f9160 100644
|
| --- a/LayoutTests/media/media-captions-no-controls.html
|
| +++ b/LayoutTests/media/media-captions-no-controls.html
|
| @@ -13,13 +13,11 @@
|
| consoleWrite("<br>** Initial state: no text tracks, controls should not be visible **");
|
| testExpected("video.textTracks.length", 0);
|
| testExpected("video.controls", false, '==');
|
| - testExpected("internals.shadowRoot(video).firstChild", null);
|
|
|
| consoleWrite("<br>** Add a text track, controls should not become visible **");
|
| run("video.addTextTrack('captions')");
|
| testExpected("video.textTracks.length", 1);
|
| testExpected("video.controls", false);
|
| - testExpected("internals.shadowRoot(video).firstChild", null);
|
|
|
| consoleWrite("<br>** Enable controls **");
|
| run("video.setAttribute('controls','controls')");
|
|
|