Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / Parser / html5-full-render.html
1 <!DOCTYPE html>
2 <body>
3 <script src="../resources/runner.js"></script>
4 <script>
5 // Running from the onload callback just makes the UI nicer as it shows the logs before starting the test.
6 window.onload = function() {
7     PerfTestRunner.measurePageLoadTime({
8         description: "Measures performance of a full HTML5 document load.",
9         path: "resources/html5.html",
10         // 6.09mb / 500k = approx 13 chunks (thus 13 forced layouts/style resolves).
11         chunkSize: 500000
12     });
13 };
14
15 </script>
16 </body>