| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |