blob: 313a653c621f49431a3d32c4c2ee6b0f3c1f9b39 [file] [log] [blame]
Tests that SVG animations are properly throttled in low power mode.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS internals.svgAnimationsInterval(svgElement) is 1/60.
internals.setLowPowerModeEnabled(true)
PASS internals.svgAnimationsInterval(svgElement) is 1/30.
internals.setLowPowerModeEnabled(false)
PASS internals.svgAnimationsInterval(svgElement) is 1/60.
PASS successfullyParsed is true
TEST COMPLETE