Index: third_party/WebKit/LayoutTests/fast/repaint/background-misaligned-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-misaligned-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/background-misaligned-expected.txt |
deleted file mode 100644 |
index 9b4a02dc29e87d62ab0f9d49bccd51f81770e5b2..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/background-misaligned-expected.txt |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target'", |
- "rect": [238, 241, 40, 40], |
- "reason": "layoutObject removal" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target'", |
- "reason": "layoutObject removal" |
- } |
- ] |
-} |
- |