Index: LayoutTests/fast/css/invalidation/targeted-class-id.html |
diff --git a/LayoutTests/fast/css/invalidation/targeted-class-id.html b/LayoutTests/fast/css/invalidation/targeted-class-id.html |
index 0284da8fc5c9733354709ab50a1daca651bb180d..5847c10c5bfa5290ff644d3515546b9d67e48f39 100644 |
--- a/LayoutTests/fast/css/invalidation/targeted-class-id.html |
+++ b/LayoutTests/fast/css/invalidation/targeted-class-id.html |
@@ -35,7 +35,7 @@ document.body.offsetLeft; // force style recalc. |
document.getElementById("t2").className = "a2"; |
if (window.internals) |
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3"); |
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2"); |
shouldBe("getComputedStyle(b2, null).backgroundColor", "green"); |
</script> |