Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / class-selector.svg
blob8572661ed5df983f8dcb4c89a54db2769d0c386d
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
3 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4 <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
5 <style type="text/css"><![CDATA[
6 .Foo { fill: green; stroke-width:2 }
7 ]]></style>
8 <rect class="Foo" x="100" y="100" width="200" height="200"/>
9 </svg>