Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: LayoutTests/fast/css/invalidation/targeted-class-type-selectors.html

Issue 224593002: Use invalidation sets when selector contains adjacent combinators. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased with modified expected test results. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698