Index: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/add-background-property-on-root-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/add-background-property-on-root-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/add-background-property-on-root-expected.txt |
deleted file mode 100644 |
index 5cd4b7bd221fefcb2beab5dcfcff82c6d62bac52..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/add-background-property-on-root-expected.txt |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [8, 8, 100, 104], |
- "reason": "background obscuration change" |
- }, |
- { |
- "object": "LayoutSVGRoot svg", |
- "rect": [8, 8, 100, 100], |
- "reason": "style change" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
- } |
- ] |
- } |
- ] |
-} |
- |