summaryrefslogtreecommitdiffstats
path: root/image/test/reftest/gif/truncated-framerect-ref.html
blob: ef48b8a19297db828654c3719f4ef58a8485ffa8 (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
29
30
31
32
33
<!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;
        overflow: hidden;
        width: 200px;
        height: 200px;
      }

      div img {
        margin: 136px 0 0 136px;
      }
    </style>
  </head>
  <body>
    <img src="truncated-framerect-interlaced-ref.gif" />

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

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