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/css-rule-hover-highlights-selectors.html

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
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/elements/css-rule-hover-highlights-selectors.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/css-rule-hover-highlights-selectors.html b/third_party/WebKit/LayoutTests/inspector/elements/css-rule-hover-highlights-selectors.html
index 2f65e41c127fbe2369bfafe76e4d65f451b93f5b..1795954fc66e90381b7c7bc6d45765426be2c1d8 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/css-rule-hover-highlights-selectors.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/css-rule-hover-highlights-selectors.html
@@ -42,7 +42,7 @@ function test()
{
var section = InspectorTest.firstMatchedStyleSection();
section._highlight();
- testRunner.layoutAndPaintAsyncThen(onHighlighted);
+ InspectorTest.waitForOverlayRepaint(onHighlighted);
}
function onHighlighted()
@@ -64,7 +64,7 @@ function test()
{
var section = InspectorTest.firstMatchedStyleSection();
section._highlight();
- testRunner.layoutAndPaintAsyncThen(onHighlighted);
+ InspectorTest.waitForOverlayRepaint(onHighlighted);
}
function onHighlighted()
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698