| Index: LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html
|
| diff --git a/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html b/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html
|
| index 6e28a856a3a9dfacd323829382833251de2571bf..71008d373136b81d736608b14711bb11b2310d8b 100644
|
| --- a/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html
|
| +++ b/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html
|
| @@ -49,7 +49,7 @@ document.body.offsetLeft; // force style recalc.
|
|
|
| host3.className = "";
|
| if (window.internals)
|
| - shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "6");
|
| + shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
|
| shouldBe("getComputedStyle(host3, null).backgroundColor", "green");
|
|
|
| document.body.offsetLeft; // force style recalc.
|
|
|