Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: LayoutTests/fullscreen/full-screen-remove-sibling.html

Issue 462253003: Remove early returns in fullscreen tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/fullscreen/full-screen-remove-children.html ('k') | LayoutTests/fullscreen/full-screen-render-inline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698