Initial check-in
[dygraphs.git] / plotkit_v091 / tests / testsvg.html
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4 <head>
5 <object id="AdobeSVG" classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2"></object>
6 <?import namespace="svg" implementation="#AdobeSVG"?>
7 <title>SVG Test</title>
8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
9 <link href="/css/page.css" media="screen" rel="Stylesheet" type="text/css" />
10
11
12 <script src="testsvg.js" type="text/javascript"></script>
13 <script type="text/javascript">
14 alert(testsvg());
15 </script>
16 </head>
17
18 <body>
19 </body>
20 </html>