4 <script src=
"npapi.js"></script>
7 function ResizePluginWithinScript() {
8 document
.getElementById("1").height
= "10";
9 // Normally WebKit will resize asynchronously. Force it to do it now by asking
10 // it to calculate the document height.
11 var height
= document
.body
.offsetHeight
;
18 <div id=
"statusPanel" style=
"border: 1px solid red; width: 100%">
22 Resize During Paint Test
<p>
23 This test ensures that if a windowless plugin resizes during a paint,
24 deallocated memory isn't used.
<br />
26 <embed type=
"application/vnd.npapi-test"
28 name=
"resize_during_paint"
36 var height
= document
.body
.offsetHeight
;