Index: third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/repaint-paintorder-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/repaint-paintorder-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/repaint-paintorder-expected.txt |
deleted file mode 100644 |
index e00087674756c86682f9b03ac6655185f878b1bb..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/repaint-paintorder-expected.txt |
+++ /dev/null |
@@ -1,105 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutSVGPath polygon", |
- "rect": [136, 36, 582, 565], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGPath polygon", |
- "rect": [455, 165, 135, 134], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGPath polygon id='t3'", |
- "rect": [319, 165, 135, 134], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGPath polygon", |
- "rect": [46, 165, 135, 134], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGPath polygon", |
- "rect": [183, 165, 134, 134], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGContainer use id='t1'", |
- "rect": [47, 166, 133, 132], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGViewportContainer svg id='poly'", |
- "rect": [47, 166, 133, 132], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGContainer use id='t2'", |
- "rect": [184, 166, 132, 132], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGViewportContainer svg id='poly'", |
- "rect": [184, 166, 132, 132], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGEllipse circle id='t4'", |
- "rect": [45, 27, 9, 9], |
- "reason": "style change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutSVGEllipse circle id='t4'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGPath polygon", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGContainer use id='t1'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGViewportContainer svg id='poly'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGPath polygon", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGContainer use id='t2'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGViewportContainer svg id='poly'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGPath polygon", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGPath polygon id='t3'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutSVGPath polygon", |
- "reason": "style change" |
- } |
- ] |
-} |
- |