Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / first_party / nested-data.html
blobf47e644698b2c83463e0c3a0c5ae05f638ef009b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Document with a data: frame.</title>
5 </head>
6 <body>
7 <iframe src="data:text/html,"></iframe>
8 </body>
9 </html>