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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/timer-throttling-hidden-page-expected.txt

Issue 2620743002: Don't throttle web views until they've been in the background for 10s (Closed)
Patch Set: Remove tricky to fix but redundant layout test Created 3 years, 11 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: third_party/WebKit/LayoutTests/fast/dom/timer-throttling-hidden-page-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/timer-throttling-hidden-page-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/timer-throttling-hidden-page-expected.txt
deleted file mode 100644
index 6ada8190bbacda16260d737845f71f8f35871e8d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/timer-throttling-hidden-page-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Bug 98474: Throttle DOM timers on hidden pages and bug 400343 prerender pages.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS timerIntervalWhilePageVisible is within 20 of 100
-PASS firstTimerIntervalWhilePageNotVisible is >= 80
-PASS firstTimerIntervalWhilePageNotVisible <= 1120 is true
-PASS timerIntervalWhilePageNotVisible is within 20 of 1000
-PASS timerIntervalWhilePageVisible is within 20 of 100
-PASS timerIntervalWhilePageVisible is within 20 of 100
-PASS firstTimerIntervalWhilePageNotVisible is >= 80
-PASS firstTimerIntervalWhilePageNotVisible <= 1120 is true
-PASS timerIntervalWhilePageNotVisible is within 20 of 1000
-PASS timerIntervalWhilePageVisible is within 20 of 100
-PASS successfullyParsed is true
-
-TEST COMPLETE
-This test measures the time taken to fire a 100ms DOM Timer when the page visibility is set to "visible", "hidden", "visible", "prerender" and then back to "visible". Due to page timer throttling, the timer should fire close to 1s when page is hidden or prerender. And it should fire close to 100ms, when the page is visible.

Powered by Google App Engine
This is Rietveld 408576698