blob: 6cdbcb8fdf41a96e999a4e9a6b58592fbc7f275e [file] [log] [blame]
Tests that requestAnimationFrame is throttled in subframes are inside scrolled overflow scroll
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Frame is initially inside the viewport so requestAnimationFrame should not be throttled
PASS testFrame.contentWindow.internals.isRequestAnimationFrameThrottled() is false
Scrolling overflow.
requestAnimationFrame should still not be throttled
PASS testFrame.contentWindow.internals.isRequestAnimationFrameThrottled() is false
PASS successfullyParsed is true
TEST COMPLETE