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

Unified Diff: LayoutTests/fast/css/invalidation/shadow-boundary-crossing-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/invalidation/shadow-boundary-crossing-expected.txt
diff --git a/LayoutTests/fast/css/invalidation/shadow-boundary-crossing-expected.txt b/LayoutTests/fast/css/invalidation/shadow-boundary-crossing-expected.txt
index ed76a67c2b0ab2a019b83e5483449d4715ec252d..13833c08a4c8066600e5fd2ec559fc95fc484047 100644
--- a/LayoutTests/fast/css/invalidation/shadow-boundary-crossing-expected.txt
+++ b/LayoutTests/fast/css/invalidation/shadow-boundary-crossing-expected.txt
@@ -4,8 +4,8 @@ Invalidation sets should not apply across shadow roots if tree boundary crossing
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS internals.updateStyleAndReturnAffectedElementCount() is 11
-PASS internals.updateStyleAndReturnAffectedElementCount() is 31
+PASS internals.updateStyleAndReturnAffectedElementCount() is 10
+PASS internals.updateStyleAndReturnAffectedElementCount() is 30
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698