| 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()
|
|
|