| <!-- | |
| @BLINK-ALLOW:pageLocation* | |
| @BLINK-ALLOW:pageSize=(200, 200) | |
| @BLINK-ALLOW:pageSize=(400, 400) | |
| @BLINK-ALLOW:transform | |
| --> | |
| <!DOCTYPE html> | |
| <html> | |
| <body style="padding: 0; margin: 0;"> | |
| <iframe width=250 height=250 src="frame/box.html" style="border: 0; position: absolute; top: 0px; left: 0px;"></iframe> | |
| <iframe width=250 height=250 src="frame/box.html" style="border: 0; position: absolute; top: 300px; left: 0px; transform: scale(2.0); transform-origin: left top;"></iframe> | |
| </body> | |
| </html> |