Index: third_party/WebKit/LayoutTests/fast/repaint/selection-clear-after-move-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/selection-clear-after-move-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/selection-clear-after-move-expected.txt |
deleted file mode 100644 |
index 29cf5fffbff2d6e3f8f5b7729a791f1e046ba1bb..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/selection-clear-after-move-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": "LayoutImage IMG", |
- "rect": [100, 300, 50, 50], |
- "reason": "selection" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutImage IMG", |
- "reason": "selection" |
- } |
- ] |
-} |
- |