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