]> dev.renevier.net Git - syp.git/blob - openlayers/tests/Request/XMLHttpRequest.html
initial commit
[syp.git] / openlayers / tests / Request / XMLHttpRequest.html
1 <html>
2 <head>
3     <script src="../../lib/OpenLayers.js"></script>
4     <script type="text/javascript">
5         function test_constructor(t) {
6             t.plan(1);
7             t.ok(new OpenLayers.Request.XMLHttpRequest(),
8                  "constructor didn't fail and we trust the code is well tested in OpenLayers.Request methods");
9         }
10     </script>
11 </head>
12 <body>
13 </body>
14 </html>