summaryrefslogtreecommitdiffstats
path: root/image/test/reftest/gif/truncated-framerect.html
blob: c1c5df65382b99923480b46681a144cf80034633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
   - http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
  <head>
    <title>Bug 1234077 - Make sure GIFs still render correctly with a truncated frameRect</title>
    <style type="text/css">
      div, img {
        padding: 0;
        margin: 0;
        border: 0;
        width: 200px;
        height: 200px;
      }
    </style>
  </head>
  <body>
    <img src="truncated-framerect-ref.gif" />

    <div>
      <img src="truncated-framerect.gif" />
    </div>

    <div>
      <img src="truncated-framerect-interlaced.gif" />
    </div>
  </body>
</html>