blob: 0cd0e03e1b4591afd4898a4d2a3cf03ec045f2a5 [file] [log] [blame]
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!-- Test for https://bugs.webkit.org/show_bug.cgi?id=113666
The element foreground and outline should be drawn atomically. -->
<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg">
<rect x="50" y="50" width="1" height="1" style="outline: 40px solid red;"/>
<rect x="0" y="0" width="100" height="100" fill="green"/>
</svg>