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

Unified Diff: LayoutTests/fullscreen/full-screen-fixed-pos-parent.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-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 -->
« no previous file with comments | « LayoutTests/fullscreen/full-screen-exit-when-popup.html ('k') | LayoutTests/fullscreen/full-screen-iframe-zIndex.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698