Index: third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt |
deleted file mode 100644 |
index 84fda52232af29ce04168ea522b7e111c192bbbb..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt |
+++ /dev/null |
@@ -1,85 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "position": [8, 8], |
- "bounds": [500, 500], |
- "shouldFlattenTransform": false, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='content'", |
- "rect": [-2000, -2000, 5000, 5000], |
- "reason": "style change" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
- } |
- ], |
- "children": [ |
- { |
- "bounds": [485, 485], |
- "shouldFlattenTransform": false, |
- "children": [ |
- { |
- "bounds": [5000, 5000], |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='content'", |
- "rect": [0, 0, 5000, 5000], |
- "reason": "style change" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
- } |
- ] |
- } |
- ] |
- }, |
- { |
- "bounds": [500, 500], |
- "children": [ |
- { |
- "position": [0, 485], |
- "bounds": [485, 15], |
- "paintInvalidations": [ |
- { |
- "object": "Horizontal Scrollbar Layer", |
- "rect": [0, 0, 485, 15], |
- "reason": "full" |
- } |
- ] |
- }, |
- { |
- "position": [485, 0], |
- "bounds": [15, 485], |
- "paintInvalidations": [ |
- { |
- "object": "Vertical Scrollbar Layer", |
- "rect": [0, 0, 15, 485], |
- "reason": "full" |
- } |
- ] |
- }, |
- { |
- "position": [485, 485], |
- "bounds": [15, 15], |
- "drawsContent": true |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |