Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/suspend-01.svg
<?xml version="1.0"?>
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Test that suspendRedraw doesn't apply after the end of a script</title>
<rect width="100%" height="100%" fill="lime"/>
<script>
document.documentElement.suspendRedraw(10000);
</script>
</svg>