Chromium Code Reviews| Index: LayoutTests/inspector/tracing/timeline-parse-html.html |
| diff --git a/LayoutTests/inspector/tracing/timeline-parse-html.html b/LayoutTests/inspector/tracing/timeline-parse-html.html |
| index 62621a4f63541adf474a3b15fbfa850e3d73e034..1697c36e0e1e12ef302962caa58a7e94afa3ac25 100644 |
| --- a/LayoutTests/inspector/tracing/timeline-parse-html.html |
| +++ b/LayoutTests/inspector/tracing/timeline-parse-html.html |
| @@ -16,6 +16,9 @@ function test() |
| InspectorTest.performActionsAndPrint("performActions()", "ParseHTML"); |
| } |
| +if (!window.testRunner) |
|
yurys
2015/09/21 18:49:32
Please revert this.
|
| + setTimeout(performActions, 2000); |
| + |
| </script> |
| </head> |