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