summaryrefslogtreecommitdiffstats
path: root/image/test/crashtests/1763581-1-iframe.html
blob: 6064183b9e9ff0e8eca7424b5b377895d64c270c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <script>
      window.onload = function() {
        img = document.querySelector(".animated-image")
        const staticImage = new Image();
        staticImage.src = img.src;
      }
    </script>
  </head>
  <body>
    <img class="animated-image" src="1763581-1.sjs">
  </body>
</html>