| Index: third_party/WebKit/LayoutTests/fast/repaint/table-section-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-section-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-section-overflow-expected.txt
|
| index 620e92d1cb57f9526340c965aab814c734b01b13..b3e7d4d9a9e10b4ada0d6f3ed957c5a90236d950 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/table-section-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/table-section-overflow-expected.txt
|
| @@ -5,28 +5,72 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [58, 58, 50, 100],
|
| - [58, 8, 50, 100],
|
| - [33, 58, 100, 100],
|
| - [33, 58, 100, 100],
|
| - [33, 58, 100, 100],
|
| - [33, 58, 100, 100],
|
| - [33, 58, 100, 100],
|
| - [33, 8, 100, 100],
|
| - [33, 8, 100, 100],
|
| - [33, 8, 100, 100],
|
| - [33, 8, 100, 100],
|
| - [33, 8, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='spacer'",
|
| - "LayoutTable TABLE",
|
| - "LayoutTableSection TBODY",
|
| - "LayoutTableRow TR",
|
| - "LayoutTableCell TD",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [33, 8, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [33, 58, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [33, 8, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [33, 58, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='spacer'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "became visible"
|
| + },
|
| + {
|
| + "object": "LayoutTable TABLE",
|
| + "rect": [33, 8, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutTable TABLE",
|
| + "rect": [33, 58, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [33, 8, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [33, 58, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutTableRow TR",
|
| + "rect": [58, 8, 50, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutTableRow TR",
|
| + "rect": [58, 58, 50, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutTableSection TBODY",
|
| + "rect": [33, 8, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutTableSection TBODY",
|
| + "rect": [33, 58, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|