1<!DOCTYPE html> 2<html> 3<head> 4 <style type="text/css"> 5 body { margin: 0; padding: 0; } 6 </style> 7</head> 8<body> 9 <object id="rotated-plugin" 10 style="-webkit-transform: rotate(90deg); position: absolute; top: 0; left: 0; -webkit-transform-origin: 0 0;" 11 type="application/x-webkit-test-webplugin" 12 border=0 13 width="40" 14 height="40"> 15 </object> 16 <object id="translated-plugin" 17 border=0 18 style="-webkit-transform: translate(10px, 10px); position: absolute; top: 0; left: 0;" 19 type="application/x-webkit-test-webplugin" 20 width="40" 21 height="40"> 22 </object> 23</body> 24</html> 25