| Index: third_party/WebKit/LayoutTests/fast/repaint/table-col-background-offset-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-offset-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-offset-expected.txt
|
| index e6bba92bfdba887ea6faebc8a1c9b75c39eeec17..cb32b2e6b6929ae5cb869eb49679fc54ec474230 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-offset-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-offset-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 108, 210, 104]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutTableCell TD",
|
| - "LayoutTableCol COL id='col'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutTableCol COL id='col'",
|
| + "rect": [8, 108, 210, 104],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|