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

Unified Diff: third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html

Issue 2205123003: DevTools: introduce view locations, allow opening views by id. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 4 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-enabled/tabbed-pane-closeable-persistence-restore.html
diff --git a/third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html b/third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html
index eae094d33df026d4e8e3a905840c2f2b7f618f63..c3a63c09857f75010ec2561d4a2b7937083fcb9d 100644
--- a/third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html
+++ b/third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html
@@ -11,7 +11,7 @@ function onload()
function test()
{
- var drawer = WebInspector.inspectorView._drawer._extensibleTabbedPane.tabbedPane();
+ var drawer = WebInspector.inspectorView._drawerTabbedPane.tabbedPane();
InspectorTest.addResult("Has sensors tab: " + drawer.hasTab("sensors"));
InspectorTest.addResult("Has rendering tab: " + drawer.hasTab("rendering"));
InspectorTest.completeTest();

Powered by Google App Engine
This is Rietveld 408576698