Index: LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html |
diff --git a/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html b/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html |
index 238ea9b783bb5eaa307a0e1bfbb183efeb9be1af..735c5204d73bcb3cd90b9859d267045c7a4cd43f 100644 |
--- a/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html |
+++ b/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html |
@@ -15,12 +15,7 @@ function runWithKeyDown(fn) |
} |
function init() { |
- // Bail out early if the full screen API is not enabled or is missing: |
- if (Element.prototype.webkitRequestFullScreen == undefined) { |
- alert("Fullscreen API not available."); |
- } else { |
- runWithKeyDown(goFullScreen); |
- } |
+ runWithKeyDown(goFullScreen); |
} |
function goFullScreen() { |