Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-expected.txt |
index 690c9611ca074b12f64ea4e609d43da2d49d4771..87d475fd790f5fb41c944a725ce12872e0a780a4 100644 |
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-selection-rect-in-overflow-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -10,13 +12,19 @@ |
"object": "LayoutText #text", |
"rect": [8, 8, 187, 19], |
"reason": "selection" |
- }, |
- { |
- "object": "InlineTextBox 'Should have green background'", |
- "reason": "selection" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "selection" |
+ }, |
+ { |
+ "object": "InlineTextBox 'Should have green background'", |
+ "reason": "selection" |
+ } |
] |
} |