| <!-- |
| @BLINK-ALLOW:pageLocation* |
| @BLINK-ALLOW:pageSize=(300, 100) |
| @BLINK-ALLOW:pageSize=(250, 50) |
| --> |
| <!DOCTYPE html> |
| <html> |
| <body style="padding: 0; margin: 0; width: 800px; height: 800px"> |
| <div> |
| <iframe width=300 height=100 src="frame/button.html" style="position: absolute; left: 0; top: 0; border: 0; padding: 0; margin: 0;"></iframe> |
| </div> |
| <div> |
| <iframe width=300 height=100 src="frame/button2.html" style="position: absolute; left: 0; top: 200px; border: 5px solid #ccf; padding: 25px; margin: 0;"></iframe> |
| </div> |
| </body> |
| </html> |