summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/white-rect-with-viewbox.svg
blob: 6bb59d19a49269bcd25b8d1853eadabf035d06d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>

<svg version="1.1"
     xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     width="6px"
     height="30px"
     viewBox="0 0 6 30">
	   
  <rect width="6" height="30" style="fill:white;" />
</svg>