| Index: LayoutTests/fullscreen/full-screen-no-style-sharing.html
|
| diff --git a/LayoutTests/fullscreen/full-screen-no-style-sharing.html b/LayoutTests/fullscreen/full-screen-no-style-sharing.html
|
| index fbefbbf2927953d134f827066a87295fee2a95d0..15182eb864136f9a627d726bf9e09e46646984ab 100644
|
| --- a/LayoutTests/fullscreen/full-screen-no-style-sharing.html
|
| +++ b/LayoutTests/fullscreen/full-screen-no-style-sharing.html
|
| @@ -5,13 +5,7 @@
|
| <script src=../media/media-file.js></script>
|
| <script>
|
| var video2 = document.getElementById('video2');
|
| - // Bail out early if the full screen API is not enabled or is missing:
|
| - if (Element.prototype.webkitRequestFullScreen == undefined) {
|
| - logResult(false, "Element.prototype.webkitRequestFullScreen == undefined");
|
| - endTest();
|
| - } else {
|
| - waitForEventTestAndEnd(document, 'webkitfullscreenchange', "video2.clientWidth==document.body.clientWidth");
|
| - runWithKeyDown(function(){video2.webkitRequestFullScreen()});
|
| - }
|
| + waitForEventTestAndEnd(document, 'webkitfullscreenchange', "video2.clientWidth==document.body.clientWidth");
|
| + runWithKeyDown(function(){video2.webkitRequestFullScreen()});
|
| </script>
|
| </body>
|
|
|