| <!DOCTYPE html> | |
| <body> | |
| <script src="../resources/runner.js"></script> | |
| <script> | |
| PerfTestRunner.measurePageLoadTime({ | |
| description: "Measures performance of a document load.", | |
| path: "resources/simple.html", | |
| iterationCount: 7, | |
| tracingCategories: 'blink', | |
| traceEventsToMeasure: ['WebLocalFrameImpl::createChildframe', | |
| 'LocalFrameView::performPostLayoutTasks'] | |
| }); | |
| </script> | |
| </body> |