Backed out changeset 57d71ba078d7 (bug 1932390) for causing wpt failures @ failures_A...
[gecko.git] / layout / reftests / svg / rect-no-backgrounds-print-ref.html
blobe614bfeefb8d369c3117199ad6ade24006d2e191
1 <!doctype html>
2 <html class="reftest-paged" reftest-paged-backgrounds="true">
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>