| Index: third_party/WebKit/LayoutTests/fast/repaint/table-cell-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-cell-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-cell-overflow-expected.txt
|
| index 1f6f8b9372f653f04b0ad107835f3abf272c9867..e093e4942ad2d6d871a46a61455b47d3160f390e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/table-cell-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/table-cell-overflow-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [111, 9, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [111, 9, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|