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 |