Index: LayoutTests/inspector/extensions/extensions-audits-tests.js |
diff --git a/LayoutTests/inspector/extensions/extensions-audits-tests.js b/LayoutTests/inspector/extensions/extensions-audits-tests.js |
index b00509ad5eb5c8a2bfc48aeec6235528bd6c74ec..bdab36d734e73d60bfd29d841db41811a8a31c9d 100644 |
--- a/LayoutTests/inspector/extensions/extensions-audits-tests.js |
+++ b/LayoutTests/inspector/extensions/extensions-audits-tests.js |
@@ -36,5 +36,7 @@ var initialize_ExtensionsAuditsTest = function() |
InspectorTest.addResult("Progress: " + Math.round(100 * progress.value / progress.max) + "%"); |
} |
+ // We will render DOM node results, so preload elements. |
+ InspectorTest.preloadPanel("elements"); |
InspectorTest.preloadPanel("audits"); |
} |