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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/elements-img-tooltip.html

Issue 2747553002: [DevTools] Rework Popover API (Closed)
Patch Set: review comments addressed Created 3 years, 9 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/elements-img-tooltip.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/elements-img-tooltip.html b/third_party/WebKit/LayoutTests/inspector/elements/elements-img-tooltip.html
index 0385d0effbc97b39f061745e9eb1dd5345835dc7..49295050d1b8057e1a6fac399df3269925fb603f 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/elements-img-tooltip.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/elements-img-tooltip.html
@@ -13,7 +13,7 @@ var test = function()
function step1(node)
{
- InspectorTest.firstElementsTreeOutline()._loadDimensionsForNode(node, step2);
+ InspectorTest.firstElementsTreeOutline()._loadDimensionsForNode(node).then(step2);
}
function step2(dimensions)

Powered by Google App Engine
This is Rietveld 408576698