Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-style-change-in-scrolled-view-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-style-change-in-scrolled-view-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-style-change-in-scrolled-view-expected.txt |
deleted file mode 100644 |
index 81838e6aee1a28a7f207c61467889463f6fd7c20..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-style-change-in-scrolled-view-expected.txt |
+++ /dev/null |
@@ -1,30 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [2000, 2000], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [2000, 2000], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutText #text", |
- "rect": [0, 320, 385, 19], |
- "reason": "style change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutText #text", |
- "reason": "style change" |
- }, |
- { |
- "object": "InlineTextBox 'Text Text Text Text Text Text Text Text Text Text Text Text Text'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |