Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<?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>