Index: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-row-change-collapsed-border-color-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-row-change-collapsed-border-color-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-row-change-collapsed-border-color-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c26169aa28287946c89b160129582c81c191969a |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-row-change-collapsed-border-color-expected.txt |
@@ -0,0 +1,41 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutTable TABLE", |
+ "rect": [8, 82, 112, 112], |
+ "reason": "invalidate paint rectangle" |
+ } |
+ ] |
+ }, |
+ { |
+ "name": "LayoutTableRow TR id='a'", |
+ "position": [10, 84], |
+ "bounds": [107, 107], |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutTableRow TR id='a'", |
+ "rect": [0, 0, 107, 107], |
+ "reason": "style change" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutTable TABLE", |
+ "reason": "invalidate paint rectangle" |
+ }, |
+ { |
+ "object": "LayoutTableRow TR id='a'", |
+ "reason": "style change" |
+ } |
+ ] |
+} |
+ |