| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| Test for crbug.com/232890: this test passes if there is a green square with a small blue border.<br/> | |
| <svg id="actual" width="300" height="300"> | |
| <rect x="2" y="2" width="2" height="2" vector-effect="non-scaling-stroke" stroke-width="2" stroke="blue" fill="green"/> | |
| <set attributeName="viewBox" to="0 0 25 25" begin="0s" fill="freeze"/> | |
| </svg> | |
| </body> | |
| </html> | |