Index: LayoutTests/fullscreen/full-screen-remove-sibling.html |
diff --git a/LayoutTests/fullscreen/full-screen-remove-sibling.html b/LayoutTests/fullscreen/full-screen-remove-sibling.html |
index 0a97a97a78a9f34b68d820cb92343996d2af9aac..48d6d7a531ceef84630d2e406f1634221ff36d07 100644 |
--- a/LayoutTests/fullscreen/full-screen-remove-sibling.html |
+++ b/LayoutTests/fullscreen/full-screen-remove-sibling.html |
@@ -6,11 +6,6 @@ |
</div> |
<script> |
-// 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 { |
var callback; |
waitForEvent(document, 'webkitfullscreenchange', function() { |
var one = document.getElementById('one'); |
@@ -23,5 +18,4 @@ if (Element.prototype.webkitRequestFullScreen == undefined) { |
document.getElementById('fullscreen').webkitRequestFullScreen(); |
} |
runWithKeyDown(goFullScreen); |
-} |
</script> |