<!doctype html> <html> <head> <style> #plugin { position: absolute; left: 50px; top: 50px; width: 100px; height: 100px; } </style> </head> <body> <embed id="plugin" type="application/x-webkit-test-webplugin"></embed> </body> </html>