Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt |
deleted file mode 100644 |
index 0545b8341595ee6398316eb1910b79cd09c8570a..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt |
+++ /dev/null |
@@ -1,70 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow HTML", |
- "rect": [10, 102, 285, 400], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='to-be-changed'", |
- "rect": [18, 128, 269, 36], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [18, 128, 257, 35], |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [18, 128, 84, 17], |
- "reason": "layoutObject insertion" |
- }, |
- { |
- "object": "LayoutView #document", |
- "rect": [295, 102, 15, 400], |
- "reason": "scroll" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutText #text", |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='to-be-changed'", |
- "reason": "full" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "layoutObject insertion" |
- }, |
- { |
- "object": "InlineTextBox 'After change'", |
- "reason": "layoutObject insertion" |
- }, |
- { |
- "object": "VerticalScrollbar", |
- "reason": "scroll" |
- } |
- ] |
-} |
- |