add "don't overflow the borders" test
[dygraphs.git] / plotkit_v091 / tests / svg-sweet.html
CommitLineData
6a1aa64f
DV
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<title>PlotKit: SVGRenderer Test</title>
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7<link href="/css/page.css" media="screen" rel="Stylesheet" type="text/css" />
8<link href="tests.css" media="screen" rel="Stylesheet" type="text/css" />
9<script src="/js/mochi/MochiKit.js" type="text/javascript"></script>
10<script src="/js/plotkit/Base.js" type="text/javascript"></script>
11<script src="/js/plotkit/Layout.js" type="text/javascript"></script>
12<script src="/js/plotkit/SVG.js" type="text/javascript"></script>
13<script src="/js/plotkit/SweetSVG.js" type="text/javascript"></script>
14<script src="/js/plotkit-tests/svg-sweet.js" type="text/javascript"></script>
15
16<!-- START Required for IE to support inlined SVG -->
17<object id="AdobeSVG" classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2" width="1" height="1"></object>
18<?import namespace="svg" implementation="#AdobeSVG"?>
19<!-- END Required for IE to support inlined SVG -->
20
21</head>
22
23<body>
24 <div id="body">
25 <h2>SVG Renderer Tests</h2>
26 <div id="tests"></div>
27 <div class="footer"><a href="http://www.liquidx.net/plotkit/">PlotKit</a></div>
28</div>
29</body></html>