<?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> |