chromium/third_party/blink/web_tests/http/tests/devtools/tracing/resources/timeline-script-parse.php

<?php
    header("Content-type: text/javascript");
    echo str_repeat(" ", 100000);
    sleep(1);
?>