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

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

Issue 462593002: Support invalidation sets for negated selectors. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@tmp-upstream
Patch Set: Rebased Created 6 years, 4 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 6e28a856a3a9dfacd323829382833251de2571bf..71008d373136b81d736608b14711bb11b2310d8b 100644
--- a/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html
+++ b/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html
@@ -49,7 +49,7 @@ document.body.offsetLeft; // force style recalc.
host3.className = "";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "6");
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
shouldBe("getComputedStyle(host3, null).backgroundColor", "green");
document.body.offsetLeft; // force style recalc.

Powered by Google App Engine
This is Rietveld 408576698