| Index: LayoutTests/fullscreen/full-screen-fixed-pos-parent.html
|
| diff --git a/LayoutTests/fullscreen/full-screen-fixed-pos-parent.html b/LayoutTests/fullscreen/full-screen-fixed-pos-parent.html
|
| index 4426e115facb750bd0ff20fc810ef2354dc537a8..7bf149636d60c60a9d55687743c3b75b22d60a7f 100644
|
| --- a/LayoutTests/fullscreen/full-screen-fixed-pos-parent.html
|
| +++ b/LayoutTests/fullscreen/full-screen-fixed-pos-parent.html
|
| @@ -47,8 +47,7 @@
|
| if (window.eventSender)
|
| eventSender.keyDown('a');
|
| }
|
| - if ("webkitRequestFullScreen" in Element.prototype)
|
| - window.addEventListener("load", doTest, false);
|
| + window.addEventListener("load", doTest, false);
|
| </script>
|
| <body>
|
| <!-- when full screening the iframe, bad should not be visible -->
|
|
|