]> dev.renevier.net Git - syp.git/blob - openlayers/tests/Popup/FramedCloud.html
initial commit
[syp.git] / openlayers / tests / Popup / FramedCloud.html
1 <html>
2 <head>
3   <script src="../../lib/OpenLayers.js"></script>
4   <script type="text/javascript">
5
6    function test_Popup_FramedCloud_setHTML(t) { 
7         t.plan(1);
8         popup = new OpenLayers.Popup.FramedCloud();
9         popup.setContentHTML("<p></p>");
10         t.ok("setHTML on popup not yet added to map doesn't fail");
11    }
12
13   </script>
14 </head>
15 <body>
16 <div id="map" style="width:512px; height:256px"> </div>
17 </body>
18 </html>