| Index: third_party/WebKit/LayoutTests/fast/css/invalidation/disabled-pseudo.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/disabled-pseudo.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/disabled-pseudo.html
|
| index f5b12e7afe9f3a3ea880143b8ed0f10bb9f79e25..dc811e44f78013447b698d105ec612211a025053 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/invalidation/disabled-pseudo.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/disabled-pseudo.html
|
| @@ -25,7 +25,7 @@ button.offsetTop; // Force recalc.
|
| button.disabled = true;
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "1");
|
|
|
| shouldBe("getComputedStyle(button, '').backgroundColor", "green");
|
| </script>
|
|
|