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