| Index: third_party/WebKit/LayoutTests/fast/css/invalidation/unresolved-pseudo.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/unresolved-pseudo.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/unresolved-pseudo.html
|
| index 3fb26f92291622bde1f5d03e5589c1ae8293d2f7..4597e352cf63fe3981300e7a6ea797c266fac21d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/invalidation/unresolved-pseudo.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/unresolved-pseudo.html
|
| @@ -32,7 +32,7 @@ var CustomOne = document.registerElement("custom-one", { prototype: Object.creat
|
| document.head.appendChild(new CustomOne());
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "1");
|
| shouldBe("getComputedStyle(child).backgroundColor", "green");
|
|
|
| document.body.offsetTop; // force recalc
|
| @@ -41,7 +41,7 @@ var CustomTwo = document.registerElement("custom-two", { prototype: Object.creat
|
| document.head.appendChild(new CustomTwo());
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "1");
|
| shouldBe("getComputedStyle(sibling).backgroundColor", "green");
|
|
|
| </script>
|
|
|