Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / outline-stacking.svg
blob0cd0e03e1b4591afd4898a4d2a3cf03ec045f2a5
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"/>
7 </svg>