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