| Index: third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-expected.txt
|
| index 9d27e92d3e70ffa163398eed7dd17caf7f524089..ce1be2e6a25729dbd02e58cb88c50e7f73f52ec3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 8, 100, 100],
|
| - [8, 8, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (floating) DIV",
|
| - "LayoutBlockFlow DIV id='inner'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (floating) DIV",
|
| + "rect": [8, 8, 100, 100],
|
| + "reason": "background obscuration change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner'",
|
| + "rect": [8, 8, 100, 100],
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|