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

Unified Diff: LayoutTests/inspector/console/console-dir-deprecated.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-deprecated.html
diff --git a/LayoutTests/inspector/console/console-dir-deprecated.html b/LayoutTests/inspector/console/console-dir-deprecated.html
index 45e4a42daa6d809be789dc2c424eae59f9219065..5b8f1da47916fed728a20f0a453108542f14429a 100644
--- a/LayoutTests/inspector/console/console-dir-deprecated.html
+++ b/LayoutTests/inspector/console/console-dir-deprecated.html
@@ -15,7 +15,7 @@ function test()
InspectorTest.evaluateInPage("logObjects()", step2);
function step2()
{
- 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