| Index: third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-host.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-host.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-host.html
|
| index 5852e0d86f505cefb9efa3d5cd9727e858958a6b..7d6e302e260dc4199e0fdb42393a2b218d1431a4 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-host.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/shadow-add-sheet-host.html
|
| @@ -30,7 +30,7 @@
|
| root2.appendChild(sheet);
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "2");
|
|
|
| shouldBeEqualToString("getComputedStyle(host2).color", "rgb(0, 128, 0)");
|
| </script>
|
|
|