Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
<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>