forked from mirrors/gecko-dev
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:
parent
ad12453cf8
commit
edf162f2cb
3 changed files with 22 additions and 0 deletions
10
layout/reftests/svg/rect-no-backgrounds-print-ref.html
Normal file
10
layout/reftests/svg/rect-no-backgrounds-print-ref.html
Normal 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>
|
||||
10
layout/reftests/svg/rect-no-backgrounds-print.html
Normal file
10
layout/reftests/svg/rect-no-backgrounds-print.html
Normal 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>
|
||||
|
|
@ -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
|
||||
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
|
||||
|
||||
== rect-no-backgrounds-print.html rect-no-backgrounds-print-ref.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue