Parse and histogram LevelDB corruption errors.
[chromium-blink-merge.git] / third_party / webdriver / test_data / slowLoadingResourcePage.html
blobf1b32de1b03d3235d075edd90f6e4bd1504ddd93
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>
10 <iframe src="sleep?time=6"></iframe>
11 </body>
12 </html>