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

Unified Diff: LayoutTests/inspector/console/console-big-array.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-big-array.html
diff --git a/LayoutTests/inspector/console/console-big-array.html b/LayoutTests/inspector/console/console-big-array.html
index f2e08587b7f78ff57bf3000bf8a77312efa1c339..c8e3618a75c55a99227339af5a4e80ebcca36423 100644
--- a/LayoutTests/inspector/console/console-big-array.html
+++ b/LayoutTests/inspector/console/console-big-array.html
@@ -101,7 +101,7 @@ function test()
function completeTest()
{
- 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