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

Unified Diff: third_party/WebKit/LayoutTests/inspector/components/widget-events.html

Issue 2570633004: DevTools: remove invalidateSize from Widget, make show/hideWidget receive no params. (Closed)
Patch Set: review comments addressed Created 4 years 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/ui/FilterBar.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/widget-events.html
diff --git a/third_party/WebKit/LayoutTests/inspector/components/widget-events.html b/third_party/WebKit/LayoutTests/inspector/components/widget-events.html
index 4cf01ce30c4848e6b4c2864808e3c5dee25d84e9..482917f3addd8bb6626c1e950bad3fc1e3938b57 100644
--- a/third_party/WebKit/LayoutTests/inspector/components/widget-events.html
+++ b/third_party/WebKit/LayoutTests/inspector/components/widget-events.html
@@ -345,9 +345,9 @@ function test()
var parentWidget1 = new TestWidget("Parent");
var parentWidget2 = new TestWidget("Parent");
var childWidget = new TestWidget("Child");
- childWidget.attach(parentWidget1);
+ childWidget.attach(parentWidget1, parentWidget2.element);
try {
- childWidget.showWidget(parentWidget2.element);
+ childWidget.showWidget();
} catch (e) {
InspectorTest.addResult(e);
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698