Bug 1287492 - Part 4. Reftest r=mstange

MozReview-Commit-ID: C0WinAt7AX7

--HG--
extra : rebase_source : b1f607bc0272a3f5baeadedb1ce6820e7bcd4e68
This commit is contained in:
cku 2017-02-09 18:05:26 +08:00
Родитель ec79c18b27
Коммит 6e8cbdd3d4
3 изменённых файлов: 23 добавлений и 0 удалений

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

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body style="background-color: lime;">
<div style="width: 100px; height: 100px; background-color: red;">
<svg width="100" height="100" style="filter: opacity(100%);">
<g transform="matrix(200,0,0,200,-20000,-20000)">
<rect width="200" height="200" style="fill:lime">
</g>
</svg>
</div>
</body>
</html>

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

@ -0,0 +1,8 @@
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<title>Testcase reference file for generic pass condition</title>
<rect width="100%" height="100%" fill="lime"/>
</svg>

После

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

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

@ -69,3 +69,4 @@ fuzzy-if(d2d,1,10000) == sepia-percent.html sepia-percent-ref.html
fuzzy(2,125000) == scale-filtered-content-01.html scale-filtered-content-01-ref.html
== filter-on-outer-svg.html pass.svg