зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1416754 - Reftest. r=longsonr
MozReview-Commit-ID: Kd0umDQxYsH --HG-- extra : rebase_source : 60fe483c9d650ba3dc0eddddb46f302c24ded37a
This commit is contained in:
Родитель
6adc2e4d1d
Коммит
b968be1ddd
|
@ -0,0 +1,5 @@
|
|||
<svg>
|
||||
<g>
|
||||
<circle cx="50" cy="50" r="50" style="fill: green;"></circle>
|
||||
</g>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 100 B |
|
@ -0,0 +1,10 @@
|
|||
<svg>
|
||||
<defs>
|
||||
<clipPath id="clip" transform="translate(-50,0)">
|
||||
<rect x="0" y="0" width="100" height="100" transform="translate(50,0)"></rect>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip)">
|
||||
<circle cx="50" cy="50" r="50" style="fill: green;"></circle>
|
||||
</g>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 315 B |
|
@ -57,3 +57,5 @@ fuzzy(64,146) fails-if(webrender) == clip-path-inset-002c.html clip-path-inset-0
|
|||
fuzzy(64,340) fails-if(webrender) == clip-path-inset-003.html clip-path-inset-003-ref.html
|
||||
|
||||
== clip-path-stroke-001.html clip-path-stroke-001-ref.html
|
||||
|
||||
== clip-path-transform-001.html clip-path-transform-001-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче