Bug 1917715 - Add a test for this bug. r=dholbert a=RyanVM

Differential Revision: https://phabricator.services.mozilla.com/D221558
This commit is contained in:
Emilio Cobos Álvarez 2024-09-10 08:39:25 +00:00
parent ad12453cf8
commit edf162f2cb
3 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<!doctype html>
<html class="reftest-paged" reftest-paged-backgrounds="true">
<svg width="100px" height="100px">
<rect x="0" y="0" width="100" height="100" fill="white"></rect>
</svg>
<br>
<svg width="100px" height="100px">
<rect x="0" y="0" width="100" height="100" fill="lime"></rect>
</svg>
</html>

View file

@ -0,0 +1,10 @@
<!doctype html>
<html class="reftest-paged" reftest-paged-backgrounds="false">
<svg width="100px" height="100px">
<rect x="0" y="0" width="100" height="100" fill="white"></rect>
</svg>
<br>
<svg width="100px" height="100px">
<rect x="0" y="0" width="100" height="100" fill="lime"></rect>
</svg>
</html>

View file

@ -639,3 +639,5 @@ pref(svg.use-element.recursive-clone-limit.enabled,1) != about:blank explosive-u
# do not increase fuzz significantly, test was designed to be within 1 color unit # do not increase fuzz significantly, test was designed to be within 1 color unit
fuzzy(0-1,0-230400) == 1630900-1.html 1630900-1-ref.html fuzzy(0-1,0-230400) == 1630900-1.html 1630900-1-ref.html
# do not increase fuzz significantly, test was designed to be within 1 color unit # do not increase fuzz significantly, test was designed to be within 1 color unit
== rect-no-backgrounds-print.html rect-no-backgrounds-print-ref.html