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

Unified Diff: LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt

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
Index: LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt
diff --git a/LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt b/LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt
index a11972869fe9f2049c33526cf8a9be130e5e2ef6..4a4ba3c940859a6b54212b779eb0ad7f094af5c2 100644
--- a/LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt
+++ b/LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt
@@ -4,10 +4,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS getComputedStyle(r1, '::before').backgroundColor is transparent
-PASS internals.updateStyleAndReturnAffectedElementCount() is 3
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2
PASS getComputedStyle(r1, '::before').backgroundColor is green
PASS getComputedStyle(r2, '::after').backgroundColor is transparent
-PASS internals.updateStyleAndReturnAffectedElementCount() is 3
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2
PASS getComputedStyle(r2, '::after').backgroundColor is green
PASS getComputedStyle(r3, '::first-line').backgroundColor is transparent
PASS internals.updateStyleAndReturnAffectedElementCount() is 9
« no previous file with comments | « LayoutTests/fast/css/dynamic-class-pseudo-elements.html ('k') | LayoutTests/fast/css/invalidation/compound.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698