| Index: LayoutTests/fast/css/getComputedStyle/computed-style-recalc.html
|
| diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-recalc.html b/LayoutTests/fast/css/getComputedStyle/computed-style-recalc.html
|
| index 1c4acf95dc85c692192b9752a251efa8ac270276..d5e9a0893f1d50d7321d3b7b854cffa0f94675da 100644
|
| --- a/LayoutTests/fast/css/getComputedStyle/computed-style-recalc.html
|
| +++ b/LayoutTests/fast/css/getComputedStyle/computed-style-recalc.html
|
| @@ -49,7 +49,7 @@ document.body.offsetTop;
|
| document.body.querySelector("#t2 > div > div").className = "c";
|
| shouldBe("getComputedStyle(document.body.querySelector('#t2 .e')).color", "green", true);
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
|
|
| // No style invalidation or recalc scheduled for an ascendant of .b, and even if affected-by-adjacent
|
| // bits are set on the ascendant (because of a+b), it doesn't matter since that ascendant does
|
| @@ -59,6 +59,6 @@ document.body.offsetTop;
|
| document.body.querySelector("#t3 > div > div").className = "c";
|
| shouldBe("getComputedStyle(document.body.querySelector('#t3 .b')).color", "green", true);
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
|
|
| </script>
|
|
|