test/integration/test-slideshare.htm
changeset 871 a5607fa1ef0b
parent 861 05f75ca6b5de
child 879 85da59ccbdf8
--- a/test/integration/test-slideshare.htm	Wed Apr 18 13:37:00 2012 +0200
+++ b/test/integration/test-slideshare.htm	Thu Apr 19 15:47:34 2012 +0200
@@ -62,7 +62,8 @@
                             height : 160,
                         }]
                     }, {
-                        type : "SlideShareWidget"
+                        type : "SlideShareWidget",
+                        container : "MySlideShareContainer"
                     }, {
                         type : "createAnnotationWidget",
                         polemic_mode : false,
@@ -97,6 +98,7 @@
             IriSP.initPlayer(config, json_url);
 
         </script>
+    <div id="MySlideShareContainer" style="float: left; width: 400px;"></div>
     <div id="MyListContainer" style="float: left; width: 400px;"></div>
     </body>
 </html>