Index: LayoutTests/fast/css/invalidation/targeted-class-type-selectors.html |
diff --git a/LayoutTests/fast/css/invalidation/targeted-class-type-selectors.html b/LayoutTests/fast/css/invalidation/targeted-class-type-selectors.html |
index b9202a30025f898011fe86b6d22b25a56c7f1b6d..e334dd4255fb9a9039bc4455f9748f037b459ec6 100644 |
--- a/LayoutTests/fast/css/invalidation/targeted-class-type-selectors.html |
+++ b/LayoutTests/fast/css/invalidation/targeted-class-type-selectors.html |
@@ -58,7 +58,7 @@ document.body.offsetLeft; // force style recalc. |
document.getElementById("t2").className = "a2"; |
if (window.internals) |
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "5"); |
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3"); |
shouldBe("getComputedStyle(children[1][0], null).backgroundColor", "transparent"); |
shouldBe("getComputedStyle(children[1][1], null).backgroundColor", "transparent"); |
shouldBe("getComputedStyle(children[1][2], null).backgroundColor", "green"); |