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

Unified Diff: third_party/WebKit/LayoutTests/inspector/components/minimum-size.html

Issue 2170993002: Revert of DevTools: keep widgets in widget hierarchy upon hide, split attach/detach cycle from show/hide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/Source/devtools/front_end/extensions/ExtensionPanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/components/minimum-size.html
diff --git a/third_party/WebKit/LayoutTests/inspector/components/minimum-size.html b/third_party/WebKit/LayoutTests/inspector/components/minimum-size.html
index a74bec9c39b68ef583104881f36d7deef82b68fa..44466f8e2293591869f85df204c71834c17b6abb 100644
--- a/third_party/WebKit/LayoutTests/inspector/components/minimum-size.html
+++ b/third_party/WebKit/LayoutTests/inspector/components/minimum-size.html
@@ -81,7 +81,7 @@
dumpBoundingBoxes(widgets);
InspectorTest.addResult("Detaching sidebar");
- childsplitWidget.setSidebarWidget(null);
+ secondSidebarWidget.detach();
delete widgets["secondSidebarWidget"];
dumpBoundingBoxes(widgets);
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/extensions/ExtensionPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698