Index: third_party/WebKit/LayoutTests/fast/repaint/position-change-keeping-geometry-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/position-change-keeping-geometry-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/position-change-keeping-geometry-expected.txt |
deleted file mode 100644 |
index f9ac4eeb2abb2856af67f47f0f8e18af9e165228..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/position-change-keeping-geometry-expected.txt |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target2'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='target3'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |