Index: third_party/WebKit/LayoutTests/paint/invalidation/table/row-change-background-rowspan-cell-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/row-change-background-rowspan-cell-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/row-change-background-rowspan-cell-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ddbd5ae3818ad49b47ca69d698e4688cea1aea7c |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/row-change-background-rowspan-cell-expected.txt |
@@ -0,0 +1,24 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutTableRow TR id='target'", |
+ "rect": [8, 298, 110, 106], |
+ "reason": "style change" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutTableRow TR id='target'", |
+ "reason": "style change" |
+ } |
+ ] |
+} |
+ |