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

Unified Diff: LayoutTests/fast/css/invalidation/targeted-class-id.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-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>

Powered by Google App Engine
This is Rietveld 408576698