git-svn-id: http://svn.openlayers.org/trunk/openlayers@7335 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
15 lines
389 B
HTML
15 lines
389 B
HTML
<html>
|
|
<head>
|
|
<script src="../../lib/OpenLayers.js"></script>
|
|
<script type="text/javascript">
|
|
function test_constructor(t) {
|
|
t.plan(1);
|
|
t.ok(new OpenLayers.Request.XMLHttpRequest(),
|
|
"constructor didn't fail and we trust the code is well tested in OpenLayers.Request methods");
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|