Index: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-color-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-color-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-color-expected.txt |
index 2c2fe355d0b945fa0ce127c6d0c791a6a1c994d1..a13375086c468a95561a9465215c50264d927743 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-color-expected.txt |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-color-expected.txt |
@@ -1,42 +1,48 @@ |
{ |
- "bounds": [800, 600], |
- "children": [ |
+ "layers": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
"object": "LayoutTableSection TBODY id='tbody'", |
- "rect": [10, 10, 110, 100], |
+ "rect": [8, 8, 114, 104], |
"reason": "style change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "full" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutTableCell TD", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutTableCell TD", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutTableCell TD", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutTableCell TD", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutTableCell TD", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutTableCell TD", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutTableSection TBODY id='tbody'", |
+ "reason": "style change" |
+ } |
] |
} |