Index: LayoutTests/virtual/slimmingpaint/svg/filters/invalidate-on-child-layout-expected.txt |
diff --git a/LayoutTests/virtual/slimmingpaint/svg/filters/invalidate-on-child-layout-expected.txt b/LayoutTests/virtual/slimmingpaint/svg/filters/invalidate-on-child-layout-expected.txt |
deleted file mode 100644 |
index d530f0ea3cf57df5d80df80aa53633cf20047ce6..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/slimmingpaint/svg/filters/invalidate-on-child-layout-expected.txt |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "repaintRects": [ |
- [50, 50, 100, 100], |
- [40, 40, 120, 120], |
- [40, 40, 120, 120], |
- [0, 0, 110, 110], |
- [0, 0, 110, 110], |
- [0, 0, 100, 100] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutSVGRoot svg", |
- "LayoutSVGContainer g", |
- "LayoutSVGEllipse circle id='circle'" |
- ] |
- } |
- ] |
-} |
- |