| Index: third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-merge-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-merge-expected.txt b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-merge-expected.txt
|
| index 18b13a20c5ea3a9d6feec05ad93d1b53e667ef1a..73b0023f6de463302df7a865449c7aa0653a2291 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-merge-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-merge-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [28, 20, 320, 320]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV class='box'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='box'",
|
| + "rect": [28, 20, 320, 320],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|