Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-partial-invalidation-between-blocks-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-partial-invalidation-between-blocks-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-partial-invalidation-between-blocks-expected.txt |
deleted file mode 100644 |
index 77442377e28b99a74fb2c4da9e60ad7418cce147..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-partial-invalidation-between-blocks-expected.txt |
+++ /dev/null |
@@ -1,89 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutText #text", |
- "rect": [11, 35, 74, 19], |
- "reason": "selection" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [11, 11, 55, 19], |
- "reason": "selection" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [81, 35, 4, 19], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [62, 11, 4, 19], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow HTML", |
- "reason": "selection" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "reason": "selection" |
- }, |
- { |
- "object": "LayoutTable TABLE", |
- "reason": "selection" |
- }, |
- { |
- "object": "LayoutTableCell TD id='firstCell'", |
- "reason": "selection" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "selection" |
- }, |
- { |
- "object": "InlineTextBox 'First cell'", |
- "reason": "selection" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "incremental" |
- }, |
- { |
- "object": "InlineTextBox 'First cell'", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutTableCell TD id='secondCell'", |
- "reason": "selection" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "selection" |
- }, |
- { |
- "object": "InlineTextBox 'Second cell'", |
- "reason": "selection" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "incremental" |
- }, |
- { |
- "object": "InlineTextBox 'Second cell'", |
- "reason": "incremental" |
- } |
- ] |
-} |
- |