| Index: third_party/WebKit/LayoutTests/fast/repaint/table-col-background-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-expected.txt
|
| index a8babbca09d70e9b178091c11c09f5b4243e7ee5..394cc8dc445c88f9138d964a1346ca73d7bd3416 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-expected.txt
|
| @@ -7,14 +7,13 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutTableCell TD",
|
| - "rect": [0, 0, 0, 0],
|
| - "reason": "full"
|
| - },
|
| - {
|
| "object": "LayoutTableCol COL id='col'",
|
| "rect": [8, 108, 106, 104],
|
| "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "reason": "full"
|
| }
|
| ]
|
| }
|
|
|