1 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 <div style=
"border: 4px dotted black">The SVG rect below this should have a solid red stroke and blue fill.
<br />
4 https://bugs.webkit.org/show_bug.cgi?id=
25738</div>
5 <svg width=
"100" height=
"100" xmlns=
"http://www.w3.org/2000/svg">
6 <rect width=
"100px" height=
"100px" fill=
"blue" style=
"stroke:red; stroke-width:5; stroke-dasharray:none"/>