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

Unified Diff: LayoutTests/fast/css/invalidation/targeted-class-custom-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-custom-pseudo.html
diff --git a/LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo.html b/LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo.html
index 0395152473f4853e7d52957f5476d520f23262d5..6e4ad840001afbf2a0dca255ef5cd627f39ad8f1 100644
--- a/LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo.html
+++ b/LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo.html
@@ -28,7 +28,7 @@ if (window.internals) {
document.getElementById("t").className = "theme";
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
shouldBe("getComputedStyle(fileUploadButton, null).backgroundColor", "green");
}
</script>

Powered by Google App Engine
This is Rietveld 408576698