haikuwebkit/PerformanceTests/Parser/HTML5-8266-FullRender.html

13 lines
414 B
HTML

<!DOCTYPE html>
<body>
<script src="../resources/runner.js"></script>
<script>
// Running from the onload callback just makes the UI nicer as it shows the logs before starting the test.
window.onload = function() {
PerfTestRunner.measurePageLoadTime({path: "resources/html5-8266.html",
chunkSize: 750000 }); // 6.93mb / 750k = approx 10 chunks (thus 10 forced layouts/style resolves).
}
</script>
</body>