rect-no-backgrounds-print.html (321B)
1 <!doctype html> 2 <html class="reftest-paged" reftest-paged-backgrounds="false"> 3 <svg width="100px" height="100px"> 4 <rect x="0" y="0" width="100" height="100" fill="white"></rect> 5 </svg> 6 <br> 7 <svg width="100px" height="100px"> 8 <rect x="0" y="0" width="100" height="100" fill="lime"></rect> 9 </svg> 10 </html>