| Index: LayoutTests/fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html
|
| diff --git a/LayoutTests/fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html b/LayoutTests/fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html
|
| index 4aa92c30e5731b0457c658e51218623c538dd26a..da67e11c0ad4e73e9300941b3e9621efbbcb3247 100644
|
| --- a/LayoutTests/fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html
|
| +++ b/LayoutTests/fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html
|
| @@ -17,10 +17,6 @@ window.onmessage = function (e) {
|
| });
|
|
|
| runWithKeyDown(function() {
|
| - setTimeout(function() {
|
| - consoleWrite("FAIL - did not enter full screen!");
|
| - endTest();
|
| - }, 50);
|
| frame.webkitRequestFullScreen();
|
| });
|
| }
|
|
|