<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<html class="reftest-wait">
  <head>
    <title>Test for bug 641731</title>
    <script>
      function snapshot() {
        document.documentElement.removeAttribute("class");
      }
      function delay_snapshot() {
        setTimeout(snapshot, 100); // delay snapshot to allow time for
                                   // :visited style inside the image to
                                   // resolve (which it hopefully won't)
      }
      document.addEventListener("MozReftestInvalidate", delay_snapshot, false);
    </script>
  </head>
  <body style="margin: 0">
    <img src="svg-image-visited-2-helper.svg">
  </body>
</html>