зеркало из https://github.com/mozilla/gecko-dev.git
Reftest for Bug 423756 r=roc
This commit is contained in:
Родитель
26a3d2d27b
Коммит
3c8162a494
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 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
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче