Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / xml-stylesheet.svg
blobfe23de1495d02ea6f12aeed4227675ce54bd64b2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet href="xml-stylesheet.css" type="text/css"?>
3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ ]>
4 <svg xmlns="http://www.w3.org/2000/svg">
5 <rect fill="red" x="0" y="0" width="300" height="300" class="svgClass"/>
6 </svg>