| Index: third_party/WebKit/LayoutTests/fast/css/invalidation/toggle-style-inside-shadow-root.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/toggle-style-inside-shadow-root.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/toggle-style-inside-shadow-root.html
|
| index fabef1eb236e09bccec6e2da1550042678c36098..cead0c9d526e63e5c8686eaf05931efce46554bf 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/invalidation/toggle-style-inside-shadow-root.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/toggle-style-inside-shadow-root.html
|
| @@ -8,11 +8,11 @@
|
| rootDiv.offsetHeight;
|
|
|
| rootDiv.classList.toggle('red');
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", '1');
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", '1');
|
| shouldBe('getComputedStyle(rootDiv).backgroundColor', '"rgb(255, 0, 0)"');
|
|
|
| rootDiv.offsetHeight;
|
| rootDiv.classList.toggle('red');
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", '1');
|
| + shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", '1');
|
| shouldBe('getComputedStyle(rootDiv).backgroundColor', '"rgba(0, 0, 0, 0)"');
|
| </script>
|
|
|