| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Test printing with an iframe chain</title> | |
| <head> | |
| <body> | |
| <p> | |
| This is a test page with an iframe chain. | |
| </p> | |
| <div> | |
| <iframe id="iframe" src="/cross-site/b.com/printing/chain_child_iframe.html" style="height:450px; margin:0px; padding:0px"> | |
| </iframe> | |
| </body> | |
| </html> |