Index: LayoutTests/fullscreen/full-screen-zIndex.html |
diff --git a/LayoutTests/fullscreen/full-screen-zIndex.html b/LayoutTests/fullscreen/full-screen-zIndex.html |
index e6dac8253dd83a69bb531b84738ff68781e5dccd..13a0691b148c5dde77cda822da5ce23735872016 100644 |
--- a/LayoutTests/fullscreen/full-screen-zIndex.html |
+++ b/LayoutTests/fullscreen/full-screen-zIndex.html |
@@ -5,14 +5,8 @@ |
var runPixelTests = true; |
function init() { |
- // Bail out early if the full screen API is not enabled or is missing: |
- if (Element.prototype.webkitRequestFullScreen == undefined) { |
- logResult(false, "Element.prototype.webkitRequestFullScreen == undefined"); |
- endTest(); |
- } else { |
- waitForEventAndEnd(document, 'webkitfullscreenchange'); |
- runWithKeyDown(goFullScreen); |
- } |
+ waitForEventAndEnd(document, 'webkitfullscreenchange'); |
+ runWithKeyDown(goFullScreen); |
} |
function goFullScreen() { |