зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1287492 - Part 4. Reftest r=mstange
MozReview-Commit-ID: C0WinAt7AX7 --HG-- extra : rebase_source : b1f607bc0272a3f5baeadedb1ce6820e7bcd4e68
This commit is contained in:
Родитель
ec79c18b27
Коммит
6e8cbdd3d4
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче