| Index: third_party/WebKit/LayoutTests/fast/repaint/clip-unclip-and-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/clip-unclip-and-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/clip-unclip-and-change-expected.txt
|
| index 4cc1009f99ac0193996a0aef7e34a07304323951..4b086fd29995d3ebbca03beb83a6e9bf9f6a978f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/clip-unclip-and-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/clip-unclip-and-change-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 120, 100, 300],
|
| - [8, 120, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='content'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='content'",
|
| + "rect": [8, 120, 100, 300],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='content'",
|
| + "rect": [8, 120, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|