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

Unified Diff: LayoutTests/fullscreen/exit-full-screen-iframe.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fullscreen/full-screen-iframe-allowed.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/exit-full-screen-iframe.html
diff --git a/LayoutTests/fullscreen/exit-full-screen-iframe.html b/LayoutTests/fullscreen/exit-full-screen-iframe.html
index af52b5ed6f1c531c0220feb5f8fed7573ecde2a4..80d66ca4fef135a67ab9ac547c41502c8a8b0eeb 100644
--- a/LayoutTests/fullscreen/exit-full-screen-iframe.html
+++ b/LayoutTests/fullscreen/exit-full-screen-iframe.html
@@ -17,12 +17,6 @@ function runTest() {
});
runWithKeyDown(function() {
-
- setTimeout(function() {
- consoleWrite("FAIL - did not enter and exit full screen in time!");
- endTest();
- }, 100);
-
frame.contentDocument.documentElement.webkitRequestFullScreen();
});
}
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fullscreen/full-screen-iframe-allowed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698