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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js

Issue 2182373002: DevTools: fix inspector/elements/css-rule-hover-highlights-selectors.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
index f0f43e8741bb2751b4797be2282183c70b6c7887..662111c771b35d1dfd8764afc0e8851a7a47ec2d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
@@ -74,6 +74,11 @@ InspectorTest.evaluateFunctionInOverlay = function(func, callback)
}
}
+InspectorTest.waitForOverlayRepaint = function(callback)
+{
+ InspectorTest.invokePageFunctionAsync("requestAnimationFrame", callback);
+}
+
var lastEvalId = 0;
var pendingEvalRequests = {};

Powered by Google App Engine
This is Rietveld 408576698