Back to Chromium

Timer Throttling Hidden Page

third_party/blink/web_tests/fast/dom/timer-throttling-hidden-page.html

149.0.7827.2282 B
Original Source

This test measures the time taken to fire a ms DOM Timer when the page visibility is set to "visible", "hidden", and then back to "visible". Due to page timer throttling, the timer should fire close to s when page is hidden. And it should fire close to ms, when the page is visible.