| Index: third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.txt
|
| index 8b2d02b4b96632dafd60f9c95bc07c3063d9751e..1758177b3dce0e41b86d155568c32e94a265d5ef 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.txt
|
| @@ -5,22 +5,52 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [308, 8, 300, 100],
|
| - [308, 8, 300, 100],
|
| - [308, 8, 300, 100],
|
| - [308, 8, 100, 100],
|
| - [8, 8, 600, 100],
|
| - [8, 8, 300, 100],
|
| - [8, 8, 300, 100],
|
| - [8, 8, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (floating) DIV id='node'",
|
| - "LayoutBlockFlow (floating) DIV",
|
| - "LayoutBlockFlow (floating) DIV",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (floating) DIV",
|
| + "rect": [8, 8, 600, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (floating) DIV",
|
| + "rect": [308, 8, 300, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (floating) DIV",
|
| + "rect": [8, 8, 300, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (floating) DIV",
|
| + "rect": [308, 8, 300, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (floating) DIV id='node'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [8, 8, 300, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [308, 8, 300, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [8, 8, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [308, 8, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|