Cleanup a couple of consts left un-renamed.
[chromium-blink-merge.git] / third_party / webdriver / test_data / missedJsReference.html
blob6167752765692e290ad102f4021c87f8bb409581
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Example page</title>
5 </head>
6 <body>
7 <p>This page contains a nested iframe. Execute some JS to locate a reference to an element in this
8 frame and return it. You should need to switch to that frame in order to use that element.</p>
9 <iframe src="simpleTest.html" name="inner"></iframe>
10 </body>
11 </html>