Backed out changeset e7b960c2c8e9 (bug 1234077) for reftest failures. r=backout

This commit is contained in:
Sebastian Hengst 2016-03-14 21:08:53 +01:00
Родитель ce1ef38b75
Коммит 17ed0683ac
7 изменённых файлов: 0 добавлений и 65 удалений

Просмотреть файл

@ -25,10 +25,6 @@ skip == test_bug641198.html animation2a-finalframe.gif # Disabled; see bug 1120
# Bug 1068230
== tile-transform.html tile-transform-ref.html
# Bug 1234077
# will fail until 1247152 lands
fails == truncated-framerect.html truncated-framerect-ref.html
# webcam-simulacrum.mgif is a hand-edited file containing red.gif and blue.gif,
# concatenated together with the relevant headers for
# multipart/x-mixed-replace. Specifically, with the headers in

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 927 B

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 927 B

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 929 B

Просмотреть файл

@ -1,33 +0,0 @@
<!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>

Двоичные данные
image/test/reftest/gif/truncated-framerect.gif

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 929 B

Просмотреть файл

@ -1,28 +0,0 @@
<!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>