Chromium Code Reviews| Index: LayoutTests/http/tests/inspector/inspector-test.js |
| diff --git a/LayoutTests/http/tests/inspector/inspector-test.js b/LayoutTests/http/tests/inspector/inspector-test.js |
| index b581a822999568334a6482ea29fd727c44491a86..08ba0a6714473e99cab28e163b3febef0662b9eb 100644 |
| --- a/LayoutTests/http/tests/inspector/inspector-test.js |
| +++ b/LayoutTests/http/tests/inspector/inspector-test.js |
| @@ -480,6 +480,7 @@ function runTest(enableWatchDogWhileDebugging) |
| testRunner.dumpAsText(); |
| testRunner.waitUntilDone(); |
| + testRunner.display(); |
|
caseq
2013/10/17 12:37:38
Why is this necessary? We used to invoke this only
shawnsingh
2013/10/17 19:00:05
Without testRunner.display() here, compositing was
|
| function initializeFrontend(initializationFunctions) |
| { |