Index: third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt |
index ca5147f1c31358aa693779df5d29704bbb3d69c9..341420752e29aa67d209f2edc0ada7e92877999c 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt |
@@ -6,11 +6,6 @@ |
"contentsOpaque": true, |
"drawsContent": true, |
"paintInvalidations": [ |
- { |
- "object": "LayoutTable TABLE", |
- "rect": [8, 308, 60, 83], |
- "reason": "forced by layout" |
- }, |
{ |
"object": "LayoutTableCell TD class='half'", |
"rect": [8, 353, 60, 38], |
@@ -105,6 +100,11 @@ |
"object": "LayoutTableCell TD class='red half'", |
"rect": [8, 8, 60, 30], |
"reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutTable TABLE", |
+ "rect": [8, 372, 60, 19], |
+ "reason": "incremental" |
} |
] |
} |
@@ -172,7 +172,7 @@ |
}, |
{ |
"object": "LayoutTable TABLE", |
- "reason": "forced by layout" |
+ "reason": "incremental" |
}, |
{ |
"object": "LayoutTableRow TR", |