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

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

Issue 653423003: Support style invalidation for scrollbar pseudo elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git/+/master
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 Style invalidation for scrollbar pseudo elements.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS getComputedStyle(scroller1, '::-webkit-scrollbar').backgroundColor is trans parent
7 PASS internals.updateStyleAndReturnAffectedElementCount() is 3
8 PASS getComputedStyle(scroller1, '::-webkit-scrollbar').backgroundColor is green
9 PASS getComputedStyle(scroller2, '::-webkit-scrollbar').backgroundColor is trans parent
10 PASS internals.updateStyleAndReturnAffectedElementCount() is 8
11 PASS getComputedStyle(scroller2, '::-webkit-scrollbar').backgroundColor is green
12 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-button').backgroundColor i s transparent
13 PASS internals.updateStyleAndReturnAffectedElementCount() is 7
14 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-button').backgroundColor i s green
15 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-button').backgroundColor i s transparent
16 PASS internals.updateStyleAndReturnAffectedElementCount() is 12
17 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-button').backgroundColor i s green
18 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-corner').backgroundColor i s transparent
19 PASS internals.updateStyleAndReturnAffectedElementCount() is 4
20 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-corner').backgroundColor i s green
21 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-corner').backgroundColor i s transparent
22 PASS internals.updateStyleAndReturnAffectedElementCount() is 9
23 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-corner').backgroundColor i s green
24 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-thumb').backgroundColor is transparent
25 PASS internals.updateStyleAndReturnAffectedElementCount() is 4
26 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-thumb').backgroundColor is green
27 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-thumb').backgroundColor is transparent
28 PASS internals.updateStyleAndReturnAffectedElementCount() is 9
29 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-thumb').backgroundColor is green
30 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-track').backgroundColor is transparent
31 PASS internals.updateStyleAndReturnAffectedElementCount() is 4
32 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-track').backgroundColor is green
33 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track').backgroundColor is transparent
34 PASS internals.updateStyleAndReturnAffectedElementCount() is 9
35 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track').backgroundColor is green
36 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-track-piece').backgroundCo lor is transparent
37 PASS internals.updateStyleAndReturnAffectedElementCount() is 5
38 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-track-piece').backgroundCo lor is green
39 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track-piece').backgroundCo lor is transparent
40 PASS internals.updateStyleAndReturnAffectedElementCount() is 10
41 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track-piece').backgroundCo lor is green
42 PASS successfullyParsed is true
43
44 TEST COMPLETE
45
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