Index: third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt |
deleted file mode 100644 |
index f3488cf7542d08a01aa0e3307d9dfcdbe234a91c..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt |
+++ /dev/null |
@@ -1,31 +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": [20, 20, 100, 100], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target'", |
- "rect": [0, 0, 100, 100], |
- "reason": "bounds change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target'", |
- "reason": "bounds change" |
- } |
- ] |
-} |
- |