| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link rel="icon" href="data:,"> | |
| </head> | |
| <body> | |
| <script src="../resources/runner.js"></script> | |
| <script src="resources/page_load_runner.js"></script> | |
| <script> | |
| runPageLoadPerfTest("resources/10k-scripts.html", "Measures performance of loading a page with 10,000 external scripts from the memory cache."); | |
| </script> | |
| </body> | |
| </html> |