| Index: third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-boundary-crossing.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-boundary-crossing.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-boundary-crossing.html
|
| index d1ea67530825e0a7d4d8a354213d63977d5e44a1..a6c4e32cb629583d48d632f24e666b0f88609784 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-boundary-crossing.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-boundary-crossing.html
|
| @@ -29,11 +29,11 @@ for (var j = 0; j < 10; ++j) {
|
| getComputedStyle(sandbox).color;
|
| sandbox.className = "shallow";
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "10");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "10");
|
| sandbox.className = "";
|
|
|
| getComputedStyle(sandbox).color;
|
| sandbox.className = "deep";
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "30");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "30");
|
| </script>
|
|
|