Index: third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0f9067b2bcb656b91f5ed41ad74b1f4ddac3dd17 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt |
@@ -0,0 +1,24 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutTableCell TD id='target'", |
+ "rect": [10, 113, 104, 101], |
+ "reason": "incremental" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutTableCell TD id='target'", |
+ "reason": "incremental" |
+ } |
+ ] |
+} |
+ |