Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/change-text-content-and-background-color-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/change-text-content-and-background-color-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/change-text-content-and-background-color-expected.txt |
deleted file mode 100644 |
index 9d1a17ac63463c88912684be925728c7ab2de4e2..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/change-text-content-and-background-color-expected.txt |
+++ /dev/null |
@@ -1,52 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutTextControl (positioned) INPUT id='input'", |
- "rect": [8, 8, 244, 68], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='inner-editor'", |
- "rect": [30, 30, 200, 24], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [30, 30, 45, 23], |
- "reason": "full" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutTextControl (positioned) INPUT id='input'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='inner-editor'", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "full" |
- }, |
- { |
- "object": "InlineTextBox 'NEW'", |
- "reason": "full" |
- } |
- ] |
-} |
- |