truncated-framerect.html (638B)
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 width: 200px; 13 height: 200px; 14 } 15 </style> 16 </head> 17 <body> 18 <img src="truncated-framerect-ref.gif" /> 19 20 <div> 21 <img src="truncated-framerect.gif" /> 22 </div> 23 24 <div> 25 <img src="truncated-framerect-interlaced.gif" /> 26 </div> 27 </body> 28 </html>