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

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

Issue 2204303003: DevTools: encapsulate extensible tabbed widget into the view manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/tabbed-pane-closeable-persistence.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c3a63c09857f75010ec2561d4a2b7937083fcb9d..a8eca7ce8cadf7206916ecee3d2f7deb0dbadd8e 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._drawerTabbedPane.tabbedPane();
+ var drawer = WebInspector.inspectorView._drawerTabbedLocation.tabbedPane();
InspectorTest.addResult("Has sensors tab: " + drawer.hasTab("sensors"));
InspectorTest.addResult("Has rendering tab: " + drawer.hasTab("rendering"));
InspectorTest.completeTest();
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/tabbed-pane-closeable-persistence.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698