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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/highlight/highlight-dom-updates.html

Issue 2412023002: DevTools: migrate InspectorView to tabbed view location. (Closed)
Patch Set: made layers panel closeable. Created 4 years, 2 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: third_party/WebKit/LayoutTests/inspector/elements/highlight/highlight-dom-updates.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/highlight/highlight-dom-updates.html b/third_party/WebKit/LayoutTests/inspector/elements/highlight/highlight-dom-updates.html
index 5cf329bdc01b0d80a03a6c895dab4ead197de033..d44f5ba3a0c2ff319c591ab8947646431fc60f9d 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/highlight/highlight-dom-updates.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/highlight/highlight-dom-updates.html
@@ -134,7 +134,7 @@ function test()
function testAppendChildWhenHidden(next)
{
- WebInspector.ConsolePanel.show();
+ WebInspector.viewManager.showView("console");
runAndDumpHighlights("appendChild('childTest', 'child1')", childTestNode, next);
}
]);

Powered by Google App Engine
This is Rietveld 408576698