summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/suspend-01.svg
blob: fa681fbe60daee82d4f9d2cd5b9eb3800aa0240e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/licenses/publicdomain/
-->
<svg xmlns="http://www.w3.org/2000/svg">
  <title>Test that suspendRedraw doesn't apply after the end of a script</title>
  <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=734079 -->

  <rect width="100%" height="100%" fill="lime"/>
  <script>
    document.documentElement.suspendRedraw(10000);
  </script>
</svg>