| Index: LayoutTests/fullscreen/exit-full-screen-iframe.html
|
| diff --git a/LayoutTests/fullscreen/exit-full-screen-iframe.html b/LayoutTests/fullscreen/exit-full-screen-iframe.html
|
| index af52b5ed6f1c531c0220feb5f8fed7573ecde2a4..80d66ca4fef135a67ab9ac547c41502c8a8b0eeb 100644
|
| --- a/LayoutTests/fullscreen/exit-full-screen-iframe.html
|
| +++ b/LayoutTests/fullscreen/exit-full-screen-iframe.html
|
| @@ -17,12 +17,6 @@ function runTest() {
|
| });
|
|
|
| runWithKeyDown(function() {
|
| -
|
| - setTimeout(function() {
|
| - consoleWrite("FAIL - did not enter and exit full screen in time!");
|
| - endTest();
|
| - }, 100);
|
| -
|
| frame.contentDocument.documentElement.webkitRequestFullScreen();
|
| });
|
| }
|
|
|