Add python coverage module to third_party
[chromium-blink-merge.git] / chrome / test / data / chromedriver / nested.html
blob4c85355974e88b5674f5bb3320d68dff17a686db
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Contains a nested iframe</title>
5 </head>
6 <body>
7 <p>One</p>
8 <iframe src="outer.html">
9 </body>
10 </html>