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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-any-pseudo.html

Issue 1317533002: Sibling invalidation sets (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Oilpan Created 5 years, 2 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: third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-any-pseudo.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-any-pseudo.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-any-pseudo.html
index ad4ba2989323326cd1b165bafcc28feba410c41c..84435c812dc0a168692d38e817110d09fda5b98a 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-any-pseudo.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-any-pseudo.html
@@ -97,6 +97,6 @@ document.body.offsetLeft; // force style recalc.
document.getElementById("t5").className = "a5";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3");
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
shouldBe("getComputedStyle(d5, null).backgroundColor", "green");
</script>

Powered by Google App Engine
This is Rietveld 408576698