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

Unified Diff: LayoutTests/fast/css/invalidation/targeted-class-host-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-host-pseudo.html
diff --git a/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html b/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html
index 71008d373136b81d736608b14711bb11b2310d8b..069ff6b492ceea9ef20cb540e221601c89cf0b82 100644
--- a/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html
+++ b/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html
@@ -42,7 +42,7 @@ document.body.offsetLeft; // force style recalc.
host2.className = "c2";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
shouldBe("getComputedStyle(inner, null).backgroundColor", "green");
document.body.offsetLeft; // force style recalc.

Powered by Google App Engine
This is Rietveld 408576698