Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / simpleCDF.xml
bloba61ba7d4739143f525b382d98bde16a099c69678
1 <?xml version="1.0"?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>XHTML + SVG Test</title>
5 </head>
6 <body>
7 <p>This is a test of CDF:</p>
8 <svg xmlns="http://www.w3.org/2000/svg" 
9      xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200">
10 <rect x="0" y="0" width="200" height="200" fill="blue" />
11 </svg>
12 <p>You should see an SVG image above this!</p>
13 </body>
14 </html>