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

Unified Diff: LayoutTests/fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.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-without-allow-attribute-allowed-from-parent.html
diff --git a/LayoutTests/fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html b/LayoutTests/fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html
index 4aa92c30e5731b0457c658e51218623c538dd26a..da67e11c0ad4e73e9300941b3e9621efbbcb3247 100644
--- a/LayoutTests/fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html
+++ b/LayoutTests/fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html
@@ -17,10 +17,6 @@ window.onmessage = function (e) {
});
runWithKeyDown(function() {
- setTimeout(function() {
- consoleWrite("FAIL - did not enter full screen!");
- endTest();
- }, 50);
frame.webkitRequestFullScreen();
});
}

Powered by Google App Engine
This is Rietveld 408576698