| Index: third_party/WebKit/LayoutTests/fast/repaint/add-table-overpaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/add-table-overpaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/add-table-overpaint-expected.txt
|
| index 05867839d90094dae65d810f98fbfe657267bc38..619b95a310f21750f9731eeb155b64404c8a0b8f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/add-table-overpaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/add-table-overpaint-expected.txt
|
| @@ -5,20 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [2, 314, 152, 152],
|
| - [0, 314, 156, 152],
|
| - [0, 312, 800, 156],
|
| - [0, 312, 156, 156],
|
| - [0, 312, 156, 156]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutTable TABLE",
|
| - "LayoutTableCell TD",
|
| - "LayoutTableSection TBODY",
|
| - "LayoutTableRow TR",
|
| - "LayoutTableCell TD"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [0, 312, 800, 156],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutTable TABLE",
|
| + "rect": [0, 312, 156, 156],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [2, 314, 152, 152],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutTableRow TR",
|
| + "rect": [0, 314, 156, 152],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutTableSection TBODY",
|
| + "rect": [0, 312, 156, 156],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|