Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector/tracing/resources/timeline-script-parse.php |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/resources/timeline-script-parse.php b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/resources/timeline-script-parse.php |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f0679c23f0c4074d2cb14f6c7f520caea0dea152 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/resources/timeline-script-parse.php |
| @@ -0,0 +1,5 @@ |
| +<?php |
| + header("Content-type: text/javascript"); |
| + echo str_repeat(" ", 100000); |
| + sleep(1); |
| +?> |