blob: 63b9c5b2188ffc16c029f4aa3c713aa70187f7d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<title>Testcase for bug 1243409</title>
<html>
<body>
<svg>
<g transform="matrix(1, 0, 0, 1, 20, 10)">
<rect fill-opacity="1" height="10" width="20" fill="#000"></rect>
</g>
</svg>
</body>
</html>
|