| 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 71008d373136b81d736608b14711bb11b2310d8b..069ff6b492ceea9ef20cb540e221601c89cf0b82 100644 | 
| --- a/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html | 
| +++ b/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html | 
| @@ -42,7 +42,7 @@ document.body.offsetLeft; // force style recalc. | 
|  | 
| host2.className = "c2"; | 
| if (window.internals) | 
| -    shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2"); | 
| +    shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1"); | 
| shouldBe("getComputedStyle(inner, null).backgroundColor", "green"); | 
|  | 
| document.body.offsetLeft; // force style recalc. | 
|  |