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

Unified Diff: LayoutTests/fast/css/dynamic-class-backdrop-pseudo.html

Issue 1349543004: CSS: Avoid invalidating style when only descendants need updating (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: invalidatesSelf 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/dynamic-class-backdrop-pseudo-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/dynamic-class-backdrop-pseudo.html
diff --git a/LayoutTests/fast/css/dynamic-class-backdrop-pseudo.html b/LayoutTests/fast/css/dynamic-class-backdrop-pseudo.html
index 404492f5a9d8f3ce5c2ace429310b498cd71adbd..b739c0b9ee5b76c08b3c97a9fc233ed73e197c91 100644
--- a/LayoutTests/fast/css/dynamic-class-backdrop-pseudo.html
+++ b/LayoutTests/fast/css/dynamic-class-backdrop-pseudo.html
@@ -21,7 +21,7 @@ document.body.offsetLeft;
document.getElementById("t").className = "a";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3");
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
shouldBe("getComputedStyle(dialog, '::backdrop').backgroundColor", "green");
« no previous file with comments | « no previous file | LayoutTests/fast/css/dynamic-class-backdrop-pseudo-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698