| Index: LayoutTests/fullscreen/full-screen-iframe-allowed-prefixed.html
|
| diff --git a/LayoutTests/fullscreen/full-screen-iframe-allowed-prefixed.html b/LayoutTests/fullscreen/full-screen-iframe-allowed-prefixed.html
|
| index d5eb118879a72777858d06a40c1bc31ac35af612..ebbdf4125ab69d01e29fa1a61a894420f03dc870 100644
|
| --- a/LayoutTests/fullscreen/full-screen-iframe-allowed-prefixed.html
|
| +++ b/LayoutTests/fullscreen/full-screen-iframe-allowed-prefixed.html
|
| @@ -12,12 +12,6 @@ function runTest() {
|
| });
|
|
|
| runWithKeyDown(function() {
|
| -
|
| - setTimeout(function() {
|
| - consoleWrite("FAIL - did not enter full screen!");
|
| - endTest();
|
| - }, 50);
|
| -
|
| frame.contentDocument.documentElement.webkitRequestFullScreen();
|
| });
|
| }
|
|
|