| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-parse-html.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-parse-html.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-parse-html.html
|
| index 62621a4f63541adf474a3b15fbfa850e3d73e034..1697c36e0e1e12ef302962caa58a7e94afa3ac25 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-parse-html.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-parse-html.html
|
| @@ -16,6 +16,9 @@ function test()
|
| InspectorTest.performActionsAndPrint("performActions()", "ParseHTML");
|
| }
|
|
|
| +if (!window.testRunner)
|
| + setTimeout(performActions, 2000);
|
| +
|
| </script>
|
| </head>
|
|
|
|
|