Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / test / data / npapi / execute_script_delete_in_mouse_up.html
index f23c088..6a21e66 100644 (file)
@@ -35,6 +35,9 @@ of a synchronous mouse event.
 </DIV>
 <script> 
     var height = document.body.offsetHeight;
+    // Force plugin to be loaded so that we can click on it.
+    var embed = document.getElementById('1');
+    embed.dummy = true;
 </script>
 
 </body>