зеркало из https://github.com/mozilla/gecko-dev.git
29 строки
638 B
HTML
29 строки
638 B
HTML
<!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>
|