| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Test printing isolated iframe</title> | |
| <head> | |
| <body> | |
| <p> | |
| This is a test page. | |
| </p> | |
| <div> | |
| <iframe src="/printing/test1.html" id="iframe" style="height:150px; margin:0px; padding:0px"> | |
| </iframe> | |
| </div> | |
| </body> | |
| </html> |