Index: LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators.html |
diff --git a/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators.html b/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators.html |
index da9573db647036ad3ee63a40858e0d01a09d1c14..97a595170d50720f1012bd698eba9a6e767085d0 100644 |
--- a/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators.html |
+++ b/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators.html |
@@ -68,7 +68,7 @@ shouldBe("getComputedStyle(i1, null).backgroundColor", "transparent"); |
document.body.offsetLeft; // force style recalc. |
i5.className = "c5"; |
if (window.internals) |
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2"); |
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1"); |
shouldBe("getComputedStyle(i1, null).backgroundColor", "green"); |