Chromium Code Reviews| Index: LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/scrollbar-parts-expected.txt |
| diff --git a/LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/scrollbar-parts-expected.txt b/LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/scrollbar-parts-expected.txt |
| deleted file mode 100644 |
| index 19d80dd45e3050c3fdddda26a5c3c9b3771fea5b..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/scrollbar-parts-expected.txt |
| +++ /dev/null |
| @@ -1,23 +0,0 @@ |
| -{ |
| - "bounds": [800, 600], |
| - "children": [ |
| - { |
| - "bounds": [800, 600], |
| - "contentsOpaque": true, |
| - "drawsContent": true, |
| - "repaintRects": [ |
| - [93, 8, 15, 85], |
| - [8, 93, 85, 15] |
| - ], |
| - "paintInvalidationClients": [ |
| - "HorizontalScrollbar", |
| - "HorizontalScrollbar", |
| - "HorizontalScrollbar", |
| - "VerticalScrollbar", |
| - "VerticalScrollbar", |
| - "VerticalScrollbar" |
| - ] |
| - } |
| - ] |
| -} |
| - |