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