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

Unified Diff: LayoutTests/fast/css/invalidation/scrollbar-pseudo-expected.txt

Issue 663313004: Avoid sub-tree style recalc for ::-webkit-resizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@resize-inherit-20141021
Patch Set: Rebased Created 6 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
« no previous file with comments | « LayoutTests/fast/css/invalidation/scrollbar-pseudo.html ('k') | Source/core/css/RuleFeature.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/invalidation/scrollbar-pseudo-expected.txt
diff --git a/LayoutTests/fast/css/invalidation/scrollbar-pseudo-expected.txt b/LayoutTests/fast/css/invalidation/scrollbar-pseudo-expected.txt
index a120d5ffbd71cd3a5c91f691bfeb9cb7bf56fd7d..b0a98e4ef52f5060e109219534db1253a152187a 100644
--- a/LayoutTests/fast/css/invalidation/scrollbar-pseudo-expected.txt
+++ b/LayoutTests/fast/css/invalidation/scrollbar-pseudo-expected.txt
@@ -39,6 +39,12 @@ PASS getComputedStyle(scroller1, '::-webkit-scrollbar-track-piece').backgroundCo
PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track-piece').backgroundColor is transparent
PASS internals.updateStyleAndReturnAffectedElementCount() is 10
PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track-piece').backgroundColor is green
+PASS getComputedStyle(scroller1, '::-webkit-resizer').backgroundColor is transparent
+PASS internals.updateStyleAndReturnAffectedElementCount() is 4
+PASS getComputedStyle(scroller1, '::-webkit-resizer').backgroundColor is green
+PASS getComputedStyle(scroller2, '::-webkit-resizer').backgroundColor is transparent
+PASS internals.updateStyleAndReturnAffectedElementCount() is 9
+PASS getComputedStyle(scroller2, '::-webkit-resizer').backgroundColor is green
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/invalidation/scrollbar-pseudo.html ('k') | Source/core/css/RuleFeature.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698