Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / svg / custom / attribute-namespace-check.svg
blob229d5805622c670030f4ffaa6be6dca52e3330ac
1 <svg xmlns='http://www.w3.org/2000/svg' xmlns:bogus='http://www.example.com' width='100px' height='100px'>
2 <g fill='green'>
3 <rect width='100' height='100' bogus:fill='red' />
4 </g>
5 </svg>