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

Unified Diff: LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html

Issue 1317533002: Sibling invalidation sets (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review feedback Created 5 years, 3 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-content-pseudo.html
diff --git a/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html b/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html
index 779658bede554fe1c552063d0dab622aa309e114..849fe4e7d067899ba38d2ed9815d43a491404757 100644
--- a/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html
+++ b/LayoutTests/fast/css/invalidation/targeted-class-content-pseudo.html
@@ -48,7 +48,7 @@ var i2 = host2.shadowRoot.getElementById("i2");
i2.className = "c2";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "4");
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3");
shouldBe("getComputedStyle(r2, null).backgroundColor", "green");

Powered by Google App Engine
This is Rietveld 408576698