summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/svg-image-visited-1.html
blob: d0a6d1f358e1dc1b33201021e31ef049babafbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--
     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-1-helper.svg">
  </body>
</html>