Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: LayoutTests/inspector/console/console-dir.html

Issue 254833004: DevTools: [Console] use filtering to collapse and expand console groups (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-dir.html
diff --git a/LayoutTests/inspector/console/console-dir.html b/LayoutTests/inspector/console/console-dir.html
index 0dcb503ae6084ae6630c9c7e7c2c919da240e52b..4231b1320a66bc5f4354c7c6fc623ac63bdd60f0 100644
--- a/LayoutTests/inspector/console/console-dir.html
+++ b/LayoutTests/inspector/console/console-dir.html
@@ -29,7 +29,7 @@ function test()
function dumpConsoleMessages()
{
- InspectorTest.addResult(InspectorTest.textContentWithLineBreaks(WebInspector.ConsolePanel._view()._topGroup._messagesElement));
+ InspectorTest.addResult(InspectorTest.textContentWithLineBreaks(WebInspector.ConsolePanel._view()._messagesContainer));
InspectorTest.completeTest();
}
}

Powered by Google App Engine
This is Rietveld 408576698