1 <html> 2 <head> 3 <style> 4 html, body { 5 background-color: blue; 6 color: white; 7 } 8 #spacer { 9 width: 100%; 10 height: 1000px; 11 background-color: yellow; 12 } 13 </style> 14 </script> 15 </head> 16 <body> 17 <p> 18 Resize the browser, ensure that the plugin resizes and does not produce a greyish border. 19 Scroll the view, ensure that plugin scrolls out of view. 20 </p> 21 22 <embed id="embed" height="100" style="width: 100%" pbgcolor="green" 23 src="http://www.tizag.com/pics/example.swf" type="application/x-shockwave-flash"/> 24 25 <div id="spacer"><p>content</p></div> 26 </body> 27 </html> 28 29