This commit is contained in:
Robert Longson 2009-04-05 11:30:32 +01:00
Родитель 26a3d2d27b
Коммит 3c8162a494
6 изменённых файлов: 36 добавлений и 0 удалений

Двоичные данные
layout/reftests/image/big.png Normal file

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

После

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

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

@ -0,0 +1,16 @@
<!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<html>
<head>
<title>reference image-rendering: -moz-crisp-edges</title>
<style>
img { position:absolute;left:20px;top:20px; }
</style>
</head>
<body>
<img width="10" height="10" src="big.png"/>
</body>
</html>

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

@ -0,0 +1,16 @@
<!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<html reftest-zoom="5">
<head>
<title>test image-rendering: -moz-crisp-edges</title>
<style>
img { position:absolute;left:4px;top:4px; }
</style>
</head>
<body>
<img style="image-rendering: -moz-crisp-edges;" width="10" height="10" src="small.png"/>
</body>
</html>

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

@ -0,0 +1 @@
== image-zoom-1.html image-zoom-1-ref.html

Двоичные данные
layout/reftests/image/small.png Normal file

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

После

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

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

@ -77,6 +77,9 @@ include forms/reftest.list
# block-inside-inline splits
include ib-split/reftest.list
# image/
include image/reftest.list
# image-region/
include image-region/reftest.list