Index: LayoutTests/virtual/slimmingpaint/svg/repaint/mask-clip-target-transform-expected.txt |
diff --git a/LayoutTests/virtual/slimmingpaint/svg/repaint/mask-clip-target-transform-expected.txt b/LayoutTests/virtual/slimmingpaint/svg/repaint/mask-clip-target-transform-expected.txt |
deleted file mode 100644 |
index 6a59a8648a48e9d77b6aadcf1b4adbd5ab0d9652..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/slimmingpaint/svg/repaint/mask-clip-target-transform-expected.txt |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "repaintRects": [ |
- [150, 100, 100, 50], |
- [100, 150, 50, 100], |
- [100, 0, 200, 300], |
- [100, 0, 200, 300], |
- [50, 150, 100, 100], |
- [0, 100, 300, 200], |
- [0, 0, 300, 100] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutSVGContainer g", |
- "LayoutSVGRect rect id='masker'", |
- "LayoutSVGContainer g", |
- "LayoutSVGRect rect id='clipper'" |
- ] |
- } |
- ] |
-} |
- |