| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>The page with iframe included</title> | |
| <link rel="stylesheet" href="/handled-by-test/style2.css"> | |
| <script src="/handled-by-test/script2.js"></script> | |
| </head> | |
| <body> | |
| <iframe src="html_subresources.html"></iframe> | |
| <img src="/handled-by-test/image2.png"> | |
| </body> | |
| </html> |