Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt |
deleted file mode 100644 |
index 0c5823aca01ef8735d5cae94a521f2065b28f0a4..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/selection-after-remove-expected.txt |
+++ /dev/null |
@@ -1,82 +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": [38, 74, 152, 110], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [39, 75, 123, 107], |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [112, 164, 42, 18], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [74, 75, 39, 17], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [39, 75, 36, 17], |
- "reason": "forced by layout" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutText #text", |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutInline SPAN id='removeme'", |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='test'", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "InlineTextBox 'hello '", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "InlineTextBox 'world'", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBR BR", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "InlineTextBox '\n'", |
- "reason": "forced by layout" |
- } |
- ] |
-} |
- |