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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
1 Style invalidation for scrollbar pseudo elements. 1 Style invalidation for scrollbar pseudo elements.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS getComputedStyle(scroller1, '::-webkit-scrollbar').backgroundColor is trans parent 6 PASS getComputedStyle(scroller1, '::-webkit-scrollbar').backgroundColor is trans parent
7 PASS internals.updateStyleAndReturnAffectedElementCount() is 3 7 PASS internals.updateStyleAndReturnAffectedElementCount() is 3
8 PASS getComputedStyle(scroller1, '::-webkit-scrollbar').backgroundColor is green 8 PASS getComputedStyle(scroller1, '::-webkit-scrollbar').backgroundColor is green
9 PASS getComputedStyle(scroller2, '::-webkit-scrollbar').backgroundColor is trans parent 9 PASS getComputedStyle(scroller2, '::-webkit-scrollbar').backgroundColor is trans parent
10 PASS internals.updateStyleAndReturnAffectedElementCount() is 8 10 PASS internals.updateStyleAndReturnAffectedElementCount() is 8
(...skipping 21 matching lines...) Expand all
32 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-track').backgroundColor is green 32 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-track').backgroundColor is green
33 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track').backgroundColor is transparent 33 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track').backgroundColor is transparent
34 PASS internals.updateStyleAndReturnAffectedElementCount() is 9 34 PASS internals.updateStyleAndReturnAffectedElementCount() is 9
35 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track').backgroundColor is green 35 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track').backgroundColor is green
36 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-track-piece').backgroundCo lor is transparent 36 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-track-piece').backgroundCo lor is transparent
37 PASS internals.updateStyleAndReturnAffectedElementCount() is 5 37 PASS internals.updateStyleAndReturnAffectedElementCount() is 5
38 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-track-piece').backgroundCo lor is green 38 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-track-piece').backgroundCo lor is green
39 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track-piece').backgroundCo lor is transparent 39 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track-piece').backgroundCo lor is transparent
40 PASS internals.updateStyleAndReturnAffectedElementCount() is 10 40 PASS internals.updateStyleAndReturnAffectedElementCount() is 10
41 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track-piece').backgroundCo lor is green 41 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track-piece').backgroundCo lor is green
42 PASS getComputedStyle(scroller1, '::-webkit-resizer').backgroundColor is transpa rent
43 PASS internals.updateStyleAndReturnAffectedElementCount() is 4
44 PASS getComputedStyle(scroller1, '::-webkit-resizer').backgroundColor is green
45 PASS getComputedStyle(scroller2, '::-webkit-resizer').backgroundColor is transpa rent
46 PASS internals.updateStyleAndReturnAffectedElementCount() is 9
47 PASS getComputedStyle(scroller2, '::-webkit-resizer').backgroundColor is green
42 PASS successfullyParsed is true 48 PASS successfullyParsed is true
43 49
44 TEST COMPLETE 50 TEST COMPLETE
45 51
OLDNEW
« 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