- add sources.
[platform/framework/web/crosswalk.git] / src / third_party / webdriver / test_data / slowLoadingResourcePage.html
1 <html>
2 <head>
3     <title>This page loads something slowly</title>
4 </head>
5 <body>
6   <p id="peas">Simulate the situation where a web-bug or analytics script takes waaay
7   too long to respond. Normally these things are loaded in an iframe, which is
8       what we're doing here.</p>
9
10   <iframe src="sleep?time=6"></iframe>
11 </body>
12 </html>