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

Unified Diff: LayoutTests/fullscreen/full-screen-iframe-allowed.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-allowed.html
diff --git a/LayoutTests/fullscreen/full-screen-iframe-allowed.html b/LayoutTests/fullscreen/full-screen-iframe-allowed.html
index 282e97b914d3a81adc716dd8980c1509415aa87d..7144d093c013c73a9295cce3652d58567ba31258 100644
--- a/LayoutTests/fullscreen/full-screen-iframe-allowed.html
+++ b/LayoutTests/fullscreen/full-screen-iframe-allowed.html
@@ -12,12 +12,6 @@ function runTest() {
});
runWithKeyDown(function() {
-
- setTimeout(function() {
- consoleWrite("FAIL - did not enter full screen!");
- endTest();
- }, 50);
-
frame.contentDocument.documentElement.webkitRequestFullScreen();
});
}
« no previous file with comments | « LayoutTests/fullscreen/exit-full-screen-iframe.html ('k') | LayoutTests/fullscreen/full-screen-iframe-allowed-prefixed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698