Index: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-composited-row-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-composited-row-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-composited-row-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f4b2a6bd153c94c32e3ab11c450baecf69a2c381 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-composited-row-expected.txt |
@@ -0,0 +1,49 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true |
+ }, |
+ { |
+ "name": "LayoutTableRow TR id='target'", |
+ "position": [8, 96], |
+ "bounds": [184, 64], |
+ "drawsContent": true, |
+ "backgroundColor": "#ADD8E6", |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutTableRow TR id='target'", |
+ "rect": [0, 0, 184, 64], |
+ "reason": "style change" |
+ } |
+ ] |
+ }, |
+ { |
+ "name": "LayoutTableCell TD", |
+ "position": [63, 0], |
+ "bounds": [58, 64], |
+ "drawsContent": true |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutTableCell TD", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "RowBackground", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutTableCell TD", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutTableRow TR id='target'", |
+ "reason": "style change" |
+ } |
+ ] |
+} |
+ |