Index: third_party/WebKit/LayoutTests/fast/repaint/outline-change-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/outline-change-repaint-expected.txt |
deleted file mode 100644 |
index 87a3dc08e8df87bc0eaa0c0d03bd88b25cd8fced..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-repaint-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 DIV id='test'", |
- "rect": [-10, -10, 120, 120], |
- "reason": "style change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='test'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |