| Index: third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3-expected.txt
|
| index 33a295f3a2405dca281941912b2e6bbe5d1fb184..214c38dbf743a1de5d3d151355a1d29ff6bcf23b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [15, 60, 100, 100],
|
| - [15, 60, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [15, 60, 100, 100],
|
| + "reason": "background obscuration change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [15, 60, 100, 100],
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|