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

Unified Diff: LayoutTests/fullscreen/full-screen-iframe-legacy.html

Issue 27021003: Removed fullscreen test timeouts to prevent flakiness. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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-iframe-legacy.html
diff --git a/LayoutTests/fullscreen/full-screen-iframe-legacy.html b/LayoutTests/fullscreen/full-screen-iframe-legacy.html
index 4baa1243c7c10786ece22cef80d7e9a99a7cf04d..be701645e3f11fd9350ff9addf5cc5bea415bffe 100644
--- a/LayoutTests/fullscreen/full-screen-iframe-legacy.html
+++ b/LayoutTests/fullscreen/full-screen-iframe-legacy.html
@@ -9,11 +9,6 @@ function canplaythrough() {
var frame = document.getElementById('frame');
runWithKeyDown(function() {
- setTimeout(function() {
- consoleWrite("FAIL - did not enter full screen!");
- endTest();
- }, 100);
-
var video = frame.contentDocument.getElementsByTagName('video')[0];
video.webkitEnterFullScreen();
});

Powered by Google App Engine
This is Rietveld 408576698