1 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 <title>Pepper GPU Demo
</title>
20 <script type=
"text/javascript">
24 function resizePlugin() {
25 plugin
.width
= container
.clientWidth
;
26 plugin
.height
= container
.clientHeight
;
30 container
= document
.getElementById('container');
31 plugin
= document
.getElementById('plugin');
33 window
.onresize
= resizePlugin
;
39 <body onload=
"init();">
41 <embed id=
"plugin" type=
"pepper-application/x-gpu-demo" />