1 Style invalidation for scrollbar pseudo elements.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(scroller1, '::-webkit-scrollbar').backgroundColor is transparent
7 PASS internals.updateStyleAndReturnAffectedElementCount() is 2
8 PASS getComputedStyle(scroller1, '::-webkit-scrollbar').backgroundColor is green
9 PASS getComputedStyle(scroller2, '::-webkit-scrollbar').backgroundColor is transparent
10 PASS internals.updateStyleAndReturnAffectedElementCount() is 8
11 PASS getComputedStyle(scroller2, '::-webkit-scrollbar').backgroundColor is green
12 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-button').backgroundColor is transparent
13 PASS internals.updateStyleAndReturnAffectedElementCount() is 6
14 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-button').backgroundColor is green
15 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-button').backgroundColor is transparent
16 PASS internals.updateStyleAndReturnAffectedElementCount() is 12
17 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-button').backgroundColor is green
18 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-corner').backgroundColor is transparent
19 PASS internals.updateStyleAndReturnAffectedElementCount() is 3
20 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-corner').backgroundColor is green
21 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-corner').backgroundColor is transparent
22 PASS internals.updateStyleAndReturnAffectedElementCount() is 9
23 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-corner').backgroundColor is green
24 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-thumb').backgroundColor is transparent
25 PASS internals.updateStyleAndReturnAffectedElementCount() is 3
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 3
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').backgroundColor is transparent
37 PASS internals.updateStyleAndReturnAffectedElementCount() is 4
38 PASS getComputedStyle(scroller1, '::-webkit-scrollbar-track-piece').backgroundColor is green
39 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track-piece').backgroundColor is transparent
40 PASS internals.updateStyleAndReturnAffectedElementCount() is 10
41 PASS getComputedStyle(scroller2, '::-webkit-scrollbar-track-piece').backgroundColor is green
42 PASS getComputedStyle(scroller1, '::-webkit-resizer').backgroundColor is transparent
43 PASS internals.updateStyleAndReturnAffectedElementCount() is 3
44 PASS getComputedStyle(scroller1, '::-webkit-resizer').backgroundColor is green
45 PASS getComputedStyle(scroller2, '::-webkit-resizer').backgroundColor is transparent
46 PASS internals.updateStyleAndReturnAffectedElementCount() is 9
47 PASS getComputedStyle(scroller2, '::-webkit-resizer').backgroundColor is green
48 PASS successfullyParsed is true