Index: LayoutTests/virtual/slimmingpaint/svg/custom/clip-path-units-changes-expected.txt |
diff --git a/LayoutTests/virtual/slimmingpaint/svg/custom/clip-path-units-changes-expected.txt b/LayoutTests/virtual/slimmingpaint/svg/custom/clip-path-units-changes-expected.txt |
deleted file mode 100644 |
index df744e312988435c8b58e89a404ff86e8803530f..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/slimmingpaint/svg/custom/clip-path-units-changes-expected.txt |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "repaintRects": [ |
- [100, 0, 100, 200], |
- [0, 100, 200, 100], |
- [0, 0, 200, 200], |
- [0, 0, 100, 100] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutSVGRoot svg", |
- "LayoutSVGResourceClipper clipPath id='myclip'", |
- "LayoutSVGContainer g" |
- ] |
- } |
- ] |
-} |
- |