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