| <body style="background-image:url(http://www.google.com/intl/en_ALL/images/logo.gif); |
| background-repeat:repeat"> |
| |
| <script type="text/javascript"> |
| function Test() { |
| plugin = document.getElementById('plugin'); |
| // Confirm that this no longer segfaults. |
| alert(plugin.toString(new Array(10))); |
| } |
| |
| </script> |
| |
| <button onclick='Test()'>Test</button> |
| <div id="fps" style="background-color:white; font-weight:bold; padding:4px;">FPS GOES HERE</div> |
| <object id="plugin" type="application/x-ppapi-example" width="400" height="400" /> |
| <hr> |
| </body> |