| Index: LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html
|
| diff --git a/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html b/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html
|
| index 779658bede554fe1c552063d0dab622aa309e114..849fe4e7d067899ba38d2ed9815d43a491404757 100644
|
| --- a/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html
|
| +++ b/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html
|
| @@ -48,7 +48,7 @@ var i2 = host2.shadowRoot.getElementById("i2");
|
| i2.className = "c2";
|
|
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "4");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3");
|
|
|
| shouldBe("getComputedStyle(r2, null).backgroundColor", "green");
|
|
|
|
|